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 2153bb9..a511189 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,8 @@ "name": "Node: build and run", "program": "${workspaceFolder}/build/server.js", "sourceMaps": true, - "preLaunchTask": "Build all" + "preLaunchTask": "Build all", + "console": "integratedTerminal" } ] } |
