We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4e41c commit 978bea2Copy full SHA for 978bea2
editors/code/src/main.ts
@@ -16,7 +16,7 @@ export async function activate(context: vscode.ExtensionContext) {
16
if (serverPath == null) {
17
throw new Error(
18
"Rust Analyzer Language Server is not available. " +
19
- "Please, ensure its [proper installation](https://github.com/rust-analyzer/rust-analyzer/tree/master/docs/user#vs-code)."
+ "Please, ensure its [proper installation](https://rust-analyzer.github.io/manual.html#installation)."
20
);
21
}
22
0 commit comments