From c0fa5e2246457df10e92c2e11c971f2f40921793 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 18 Feb 2020 12:33:16 +0100 Subject: Rename the binary to rust-analyzer --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vscode/launch.json') 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 @@ "/**/*.js" ], "env": { - "__RA_LSP_SERVER_DEBUG": "${workspaceFolder}/target/debug/ra_lsp_server" + "__RA_LSP_SERVER_DEBUG": "${workspaceFolder}/target/debug/rust-analyzer" } }, { @@ -59,7 +59,7 @@ "name": "Attach To Server", "type": "lldb", "request": "attach", - "program": "${workspaceFolder}/target/debug/ra_lsp_server", + "program": "${workspaceFolder}/target/debug/rust-analyzer", "pid": "${command:pickMyProcess}", "sourceLanguages": [ "rust" -- cgit v1.2.3