about summary refs log tree commit diff
path: root/editors/code
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2021-12-23 14:04:46 +0200
committerLaurențiu Nicola <lnicola@dend.ro>2021-12-23 14:04:46 +0200
commitaf2bbce8d97ef58de4681493509837de38b8b7fe (patch)
tree49cca357401f52c14ffb733434bf52e4d6af6627 /editors/code
parent5bed9d6188f9489e1ea047412b5fb88bb30a63ed (diff)
downloadrust-af2bbce8d97ef58de4681493509837de38b8b7fe.tar.gz
rust-af2bbce8d97ef58de4681493509837de38b8b7fe.zip
Spelling fix
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/src/main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts
index aac5cffa962..df7580b9bc5 100644
--- a/editors/code/src/main.ts
+++ b/editors/code/src/main.ts
@@ -253,7 +253,7 @@ async function getServer(context: vscode.ExtensionContext, config: Config, state
     await state.updateServerVersion(undefined);
     await vscode.window.showErrorMessage(
         "Unfortunately we don't ship binaries for your platform yet. " +
-        "You need to manually clone rust-analyzer repository and " +
+        "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-analyzer/rust-analyzer/issues) and we " +