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, 2 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index b1bd98d4a..2e5c61735 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -45,7 +45,7 @@
45 "<node_internals>/**/*.js" 45 "<node_internals>/**/*.js"
46 ], 46 ],
47 "env": { 47 "env": {
48 "__RA_LSP_SERVER_DEBUG": "${workspaceFolder}/target/debug/ra_lsp_server" 48 "__RA_LSP_SERVER_DEBUG": "${workspaceFolder}/target/debug/rust-analyzer"
49 } 49 }
50 }, 50 },
51 { 51 {
@@ -59,7 +59,7 @@
59 "name": "Attach To Server", 59 "name": "Attach To Server",
60 "type": "lldb", 60 "type": "lldb",
61 "request": "attach", 61 "request": "attach",
62 "program": "${workspaceFolder}/target/debug/ra_lsp_server", 62 "program": "${workspaceFolder}/target/debug/rust-analyzer",
63 "pid": "${command:pickMyProcess}", 63 "pid": "${command:pickMyProcess}",
64 "sourceLanguages": [ 64 "sourceLanguages": [
65 "rust" 65 "rust"