How to run active file by integrated terminal?
I set hotkey for workbench.action.terminal.runActiveFile
It works but not correct, cause launch path as command:
C:\cwd>c:\cwd\app.js
but i need C:\cwd>node app.js
How to run active file by integrated terminal?
I set hotkey for workbench.action.terminal.runActiveFile
It works but not correct, cause launch path as command:
C:\cwd>c:\cwd\app.js
but i need C:\cwd>node app.js