mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Fix link to the manual
This commit is contained in:
parent
ee4e41cbea
commit
978bea2b31
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export async function activate(context: vscode.ExtensionContext) {
|
||||||
if (serverPath == null) {
|
if (serverPath == null) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
"Rust Analyzer Language Server is not available. " +
|
"Rust Analyzer Language Server is not available. " +
|
||||||
"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)."
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue