aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 9aafc8bd3..1515ea411 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -14,7 +14,9 @@
14 "--disable-extensions" 14 "--disable-extensions"
15 ], 15 ],
16 "env": { 16 "env": {
17 "__RA_LSP_SERVER_DEBUG": "${workspaceFolder}/target/debug/ra_lsp_server" 17 "__RA_LSP_SERVER_DEBUG": "${workspaceFolder}/target/debug/ra_lsp_server",
18 "RUST_LOG" :"ra_hir=debug",
19 "RA_INTERNAL_MODE":"1"
18 }, 20 },
19 "outFiles": ["${workspaceFolder}/editors/code/out/**/*.js"], 21 "outFiles": ["${workspaceFolder}/editors/code/out/**/*.js"],
20 "preLaunchTask": "Build All" 22 "preLaunchTask": "Build All"