mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
Merge #1868
1868: Fixed markdown in user README r=kjeremy a=zoewithabang Link pointing to the GitHub issue regarding why a full restart of VS Code is needed was broken. Co-authored-by: zoewithabang <zoewithabang@gmail.com>
This commit is contained in:
commit
c35ef7e1ed
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ invoke via <kbd>Ctrl+Shift+P</kbd> or bind to a shortcut. See [./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.
|
||||
See [microsoft/vscode#72308](https://github.com/microsoft/vscode/issues/72308) for why a full restart is needed.
|
||||
|
||||
### Settings
|
||||
|
||||
|
|
Loading…
Reference in a new issue