We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
First of all, thanks! Great plugin you have put on the legs.
Has anyone managed to integrate WSL into the snippet plugin?
"sh": { "template": "{{src}}", "options": { "shell": "wsl.exe -d Ubuntu" }, "showModal": true, "appendOutputContents": true, "showRunButtonInPreview": true },
When running the configuration above with the command below I get the error message Spawn wsl.exe -d Ubuntu ENOENT.
Spawn wsl.exe -d Ubuntu ENOENT
```sh echo "test" ```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
First of all, thanks! Great plugin you have put on the legs.
Has anyone managed to integrate WSL into the snippet plugin?
When running the configuration above with the command below I get the error message
Spawn wsl.exe -d Ubuntu ENOENT
.The text was updated successfully, but these errors were encountered: