Skip to content

Commit af2bbce

Browse files
committed
Spelling fix
1 parent 5bed9d6 commit af2bbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ async function getServer(context: vscode.ExtensionContext, config: Config, state
253253
await state.updateServerVersion(undefined);
254254
await vscode.window.showErrorMessage(
255255
"Unfortunately we don't ship binaries for your platform yet. " +
256-
"You need to manually clone rust-analyzer repository and " +
256+
"You need to manually clone the rust-analyzer repository and " +
257257
"run `cargo xtask install --server` to build the language server from sources. " +
258258
"If you feel that your platform should be supported, please create an issue " +
259259
"about that [here](https://github.com/rust-analyzer/rust-analyzer/issues) and we " +

0 commit comments

Comments
 (0)