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
61
61
> a triple is ` x86_64-unknown-linux-gnu ` . An easy way to check your target triple
62
62
> is to run ` rustc -vV ` and checking the ` host ` value of its output.
63
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
+
64
68
If you're running ` coc.nvim ` , you can use ` :CocLocalConfig ` to create a
65
69
` .vim/coc-settings.json ` and enter the same settings as above, but replacing
66
70
` editor.formatOnSave: true, ` with
You can’t perform that action at this time.
0 commit comments