aboutsummaryrefslogtreecommitdiff
path: root/code/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to 'code/.vscode/launch.json')
-rw-r--r--code/.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/.vscode/launch.json b/code/.vscode/launch.json
index 5d75a92e8..64f2c3693 100644
--- a/code/.vscode/launch.json
+++ b/code/.vscode/launch.json
@@ -9,7 +9,7 @@
9 "type": "extensionHost", 9 "type": "extensionHost",
10 "request": "launch", 10 "request": "launch",
11 "runtimeExecutable": "${execPath}", 11 "runtimeExecutable": "${execPath}",
12 "args": ["--extensionDevelopmentPath=${workspaceRoot}" ], 12 "args": ["--extensionDevelopmentPath=${workspaceRoot}"],
13 "stopOnEntry": false, 13 "stopOnEntry": false,
14 "sourceMaps": true, 14 "sourceMaps": true,
15 "outFiles": [ "${workspaceRoot}/out/src/**/*.js" ], 15 "outFiles": [ "${workspaceRoot}/out/src/**/*.js" ],