We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486bc27 commit 9fffb72Copy full SHA for 9fffb72
src/etc/rust_analyzer_settings.json
@@ -1,6 +1,5 @@
1
{
2
"git.detectSubmodulesLimit": 20,
3
- "rust-analyzer.check.invocationLocation": "root",
4
"rust-analyzer.check.invocationStrategy": "once",
5
"rust-analyzer.check.overrideCommand": [
6
"python3",
@@ -23,7 +22,6 @@
23
22
"rust-analyzer.procMacro.server": "${workspaceFolder}/build/host/stage0/libexec/rust-analyzer-proc-macro-srv",
24
"rust-analyzer.procMacro.enable": true,
25
"rust-analyzer.cargo.buildScripts.enable": true,
26
- "rust-analyzer.cargo.buildScripts.invocationLocation": "root",
27
"rust-analyzer.cargo.buildScripts.invocationStrategy": "once",
28
"rust-analyzer.cargo.buildScripts.overrideCommand": [
29
0 commit comments