mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
parent
e2f65f61af
commit
2c70bb4dd8
2 changed files with 5 additions and 0 deletions
|
@ -116,6 +116,8 @@ Due to the requirements of running the tests inside VS Code they are **not run
|
|||
on CI**. When making changes to the extension please ensure the tests are not
|
||||
broken locally before opening a Pull Request.
|
||||
|
||||
To install **only** the VS Code extension, use `cargo install-ra --client-code`.
|
||||
|
||||
# Logging
|
||||
|
||||
Logging is done by both rust-analyzer and VS Code, so it might be tricky to
|
||||
|
|
|
@ -58,6 +58,9 @@ Beyond basic LSP features, there are some extension commands which you can
|
|||
invoke via <kbd>Ctrl+Shift+P</kbd> or bind to a shortcut. See [./features.md](./features.md)
|
||||
for details.
|
||||
|
||||
For updates, pull the latest changes from the master branch, run `cargo install-ra` again, and **restart** VS Code instance.
|
||||
See https://github.com/microsoft/vscode/issues/72308[microsoft/vscode#72308] for why a full restart is needed.
|
||||
|
||||
### Settings
|
||||
|
||||
* `rust-analyzer.highlightingOn`: enables experimental syntax highlighting
|
||||
|
|
Loading…
Reference in a new issue