{ "version": "0.2.0", "configurations": [ { "name": "Launch Application", "type": "node-terminal", "request": "launch", "command": "npm run start:debug", "cwd": "${workspaceFolder}" } ] }