aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index f91d1ed..e7d6d8b 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -5,8 +5,10 @@
"request": "launch",
"name": "Node: build and run",
"program": "${workspaceFolder}/build/server.js",
- "args": ["--verbose"],
- "sourceMaps": true,
+ "runtimeExecutable": "node",
+ "args": [
+ // "--verbose"
+ ],
"preLaunchTask": "Build all",
"killBehavior": "polite",
"console": "integratedTerminal"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage