We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef73d03 commit eb83839Copy full SHA for eb83839
src/building/suggested.md
@@ -61,6 +61,10 @@ in your `.vscode/settings.json` file. This will ask `rust-analyzer` to use
61
> a triple is `x86_64-unknown-linux-gnu`. An easy way to check your target triple
62
> is to run `rustc -vV` and checking the `host` value of its output.
63
64
+If you have enough free disk space and you would like to be able to run `x.py` commands while
65
+rust-analyzer runs in the background, you can also add `--build-dir build-rust-analyzer` to the
66
+`overrideCommand` to avoid x.py locking.
67
+
68
If you're running `coc.nvim`, you can use `:CocLocalConfig` to create a
69
`.vim/coc-settings.json` and enter the same settings as above, but replacing
70
`editor.formatOnSave: true,` with
0 commit comments