-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
Description
Environment:
Hi,
This plugin is not working for me and I think that's because I'm missing some specific configuration for WSL. The VS Code is installed on Windows 10 but my Node environment (pulp + purescript) is running on Ubuntu 16.
Any idea about what I have to do make it work?
For example, to access the linux's terminal from VS Code I just have to point "terminal.integrated.shell.windows"
to "C:\\WINDOWS\\Sysnative\\bash.exe"
. I believe I have to do something similar in the plugin's configuration.
Thank you!