Does Visual Studio Code have a function similar to webstorm's Run/Dubug Configuration?

RT

knows that it can be configured in launch.json, but why didn"t you stop or restart control after startup?

and run similar to

cross-env NODE_ENV=development supervisor --harmony index.js

how to configure launch.json? for such a npm script

Menu