File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/doc/rustc-dev-guide/src/building Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,10 @@ in your `.vscode/settings.json` file. This will ask `rust-analyzer` to use
6161> a triple is ` x86_64-unknown-linux-gnu ` . An easy way to check your target triple
6262> is to run ` rustc -vV ` and checking the ` host ` value of its output.
6363
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+
6468If you're running ` coc.nvim ` , you can use ` :CocLocalConfig ` to create a
6569` .vim/coc-settings.json ` and enter the same settings as above, but replacing
6670` editor.formatOnSave: true, ` with
You can’t perform that action at this time.
0 commit comments