madskristensen / NpmTaskRunner

Visual Studio extension
Other
88 stars 32 forks source link

uses with wsl #64

Open giolvani opened 6 years ago

giolvani commented 6 years ago

Installed product versions

Description

I have npm installed under WSL, so to execute any task under npm I should run somenting like

bash -c "npm run mytask"

There is any way to change the command that the Task Runner Explorer execute?

Note

I've create a bat file that encapsule the npm command from wsl, so in my cmd.exe it runs perfectly, just in Task Runner it does not works.