diff options
author | Aleksey Kladov <[email protected]> | 2020-02-18 12:30:40 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-18 12:30:40 +0000 |
commit | d05480a178b132e62b8aff8986a8cb3dd3a89c0b (patch) | |
tree | 0fc36373073a66c2bbd6c7cfae6cb734527d847f /.vscode/launch.json | |
parent | 2768476e491d985317b08230824f96e6718f338a (diff) | |
parent | 865759925be6b72f7ef39124ed0e4c86c0412a69 (diff) |
Merge pull request #3216 from matklad/rename-to-rust-analyzer
rename binary to rust-analyzer
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 4 |
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" |