diff options
author | Aleksey Kladov <[email protected]> | 2020-02-18 11:35:44 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-18 11:35:44 +0000 |
commit | c855e36696afa54260773a6bc8a358df67d60dea (patch) | |
tree | dfd4d8d71924d3281e3c5dc17840ac3db38e2dcb /editors/code/src/installation | |
parent | c0fa5e2246457df10e92c2e11c971f2f40921793 (diff) |
Rename config value for server Path
Diffstat (limited to 'editors/code/src/installation')
-rw-r--r-- | editors/code/src/installation/server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/installation/server.ts b/editors/code/src/installation/server.ts index 80cb719e3..6e730fbfc 100644 --- a/editors/code/src/installation/server.ts +++ b/editors/code/src/installation/server.ts | |||
@@ -29,7 +29,7 @@ export async function ensureServerBinary(source: null | BinarySource): Promise<n | |||
29 | 29 | ||
30 | vscode.window.showErrorMessage( | 30 | vscode.window.showErrorMessage( |
31 | `Unable to run ${source.path} binary. ` + | 31 | `Unable to run ${source.path} binary. ` + |
32 | `To use the pre-built language server, set "rust-analyzer.raLspServerPath" ` + | 32 | `To use the pre-built language server, set "rust-analyzer.serverPath" ` + |
33 | "value to `null` or remove it from the settings to use it by default." | 33 | "value to `null` or remove it from the settings to use it by default." |
34 | ); | 34 | ); |
35 | return null; | 35 | return null; |