Skip to content

Commit

Permalink
fix(suggested): remove an unnecessary and confusing statement
Browse files Browse the repository at this point in the history
This statement is not about Visual Studio Code; it is about Neovim and it is already in that section. And it is also confusing for a VS Code user. So I think it is better to remove it.
  • Loading branch information
ismailarilik authored and tshepang committed Jul 14, 2023
1 parent 3ed56e7 commit c514440
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/building/suggested.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ If you have enough free disk space and you would like to be able to run `x` comm
rust-analyzer runs in the background, you can also add `--build-dir build-rust-analyzer` to the
`overrideCommand` to avoid x locking.

If you're running `coc.nvim`, you can use `:CocLocalConfig` to create a
`.vim/coc-settings.json` and copy the settings from [`src/etc/rust_analyzer_settings.json`].

[`src/etc/rust_analyzer_settings.json`]: https://github.com/rust-lang/rust/blob/master/src/etc/rust_analyzer_settings.json

If running `./x check` on save is inconvenient, in VS Code you can use a [Build
Expand Down

0 comments on commit c514440

Please sign in to comment.