1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "configurations": [ { "type": "node", "request": "launch", "name": "Node: build and run", "program": "${workspaceFolder}/build/server.js", "args": ["--verbose"], "sourceMaps": true, "preLaunchTask": "Build all", "killBehavior": "polite", "console": "integratedTerminal" } ] }
[PATCH repo_name]