diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-29 10:14:57 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-29 10:14:57 +0100 |
commit | ad63fbe61a2e024bab8baadc22863a0795d20a95 (patch) | |
tree | dc723943133ef274dcc1edaa7a67e862cd5f0691 /docs/user | |
parent | 78317383c9d2e65af0168656b7cd9f75b746ab7f (diff) | |
parent | 2c70bb4dd882d88f7dacb6b46bd1560cce1b9d11 (diff) |
Merge #1617
1617: document upgrade process r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/user/README.md b/docs/user/README.md index 122388a42..a5e17f604 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -58,6 +58,9 @@ Beyond basic LSP features, there are some extension commands which you can | |||
58 | invoke via <kbd>Ctrl+Shift+P</kbd> or bind to a shortcut. See [./features.md](./features.md) | 58 | invoke via <kbd>Ctrl+Shift+P</kbd> or bind to a shortcut. See [./features.md](./features.md) |
59 | for details. | 59 | for details. |
60 | 60 | ||
61 | For updates, pull the latest changes from the master branch, run `cargo install-ra` again, and **restart** VS Code instance. | ||
62 | See https://github.com/microsoft/vscode/issues/72308[microsoft/vscode#72308] for why a full restart is needed. | ||
63 | |||
61 | ### Settings | 64 | ### Settings |
62 | 65 | ||
63 | * `rust-analyzer.highlightingOn`: enables experimental syntax highlighting | 66 | * `rust-analyzer.highlightingOn`: enables experimental syntax highlighting |