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 ++-- .vscode/tasks.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.vscode') 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" diff --git a/.vscode/tasks.json b/.vscode/tasks.json index fc9a8593b..4037e7cce 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -19,7 +19,7 @@ "label": "Build Server", "group": "build", "type": "shell", - "command": "cargo build --package ra_lsp_server", + "command": "cargo build --package rust-analyzer", "problemMatcher": "$rustc" }, ] -- cgit v1.2.3