diff options
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index df67501..412a615 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,13 +1,14 @@ { "configurations": [ { - "type": "node", + "type": "pwa-node", "request": "launch", "name": "Node: build and run", "program": "${workspaceFolder}/build/server.js", "args": ["--verbose"], "sourceMaps": true, "preLaunchTask": "Build all", + "killBehavior": "polite", "console": "integratedTerminal" } ] |
