aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 2e5c61735..ca70fb209 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -16,6 +16,7 @@
16 "request": "launch", 16 "request": "launch",
17 "runtimeExecutable": "${execPath}", 17 "runtimeExecutable": "${execPath}",
18 "args": [ 18 "args": [
19 // "--user-data-dir=${workspaceFolder}/target/code",
19 "--disable-extensions", 20 "--disable-extensions",
20 "--extensionDevelopmentPath=${workspaceFolder}/editors/code" 21 "--extensionDevelopmentPath=${workspaceFolder}/editors/code"
21 ], 22 ],