spmeesseman / vscode-taskexplorer

Run and Manage Tasks for Visual Studio Code
Other
141 stars 30 forks source link

How to run grunt tasks using local grunt without using npx #199

Open softwud opened 1 year ago

softwud commented 1 year ago

I tried to run a grunt task and it tool a long time to even start and the reason is that it executes npx grunt ... I already have grunt installed globally on my machine. How do I change the way the extension starts up grunt?