Skip to main content

All Questions

2 votes
0 answers
1k views

How to automatically run tests when saving a file, in VSCode? [duplicate]

Is it possible to natively (without extensions) execute npm run-script test every time I save a *.js file? What steps are necessary? I've created a Task in .vscode/launch.json: { "tasks":...
Kamafeather's user avatar
  • 9,965
0 votes
1 answer
28 views

npm task before launch debug

I am working with SharePoint online client side customization. The worst part of the work is to open IE, open with explorer, go to vs code, open folder. And many times the connection is dropped, ...
Ricardo Silva's user avatar