...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "name": "Launch", "type": "node", "request": "launch", "programname": "${workspaceRoot}/startLaunch Profound.js", "stopOnEntryprogram": false, "args": [], "cwd": "${workspaceRoot}workspaceFolder}\\profoundjs\\start.js", "runtimeArgsargs": [ "--no-nolazyworker" ], "env": { "NODE_ENV": "development" }, "console": "internalConsole", "sourceMaps": false } |
This specifies that when you start debugging, it will launch Profound.js inside of your VS Code instance.
...