mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Formatting
This commit is contained in:
parent
37d4cf0cc6
commit
719631b75c
1 changed files with 6 additions and 6 deletions
|
@ -15,7 +15,7 @@ export async function bootstrap(
|
|||
if (!path) {
|
||||
throw new Error(
|
||||
"rust-analyzer Language Server is not available. " +
|
||||
"Please, ensure its [proper installation](https://rust-analyzer.github.io/manual.html#installation).",
|
||||
"Please, ensure its [proper installation](https://rust-analyzer.github.io/manual.html#installation).",
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -103,11 +103,11 @@ async function getServer(
|
|||
|
||||
await vscode.window.showErrorMessage(
|
||||
"Unfortunately we don't ship binaries for your platform yet. " +
|
||||
"You need to manually clone the rust-analyzer repository and " +
|
||||
"run `cargo xtask install --server` to build the language server from sources. " +
|
||||
"If you feel that your platform should be supported, please create an issue " +
|
||||
"about that [here](https://github.com/rust-lang/rust-analyzer/issues) and we " +
|
||||
"will consider it.",
|
||||
"You need to manually clone the rust-analyzer repository and " +
|
||||
"run `cargo xtask install --server` to build the language server from sources. " +
|
||||
"If you feel that your platform should be supported, please create an issue " +
|
||||
"about that [here](https://github.com/rust-lang/rust-analyzer/issues) and we " +
|
||||
"will consider it.",
|
||||
);
|
||||
return undefined;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue