Skip to content

Commit 9fffb72

Browse files
committed
Remove unncessary option for default rust-analyzer setting
1 parent 486bc27 commit 9fffb72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/etc/rust_analyzer_settings.json

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"git.detectSubmodulesLimit": 20,
3-
"rust-analyzer.check.invocationLocation": "root",
43
"rust-analyzer.check.invocationStrategy": "once",
54
"rust-analyzer.check.overrideCommand": [
65
"python3",
@@ -23,7 +22,6 @@
2322
"rust-analyzer.procMacro.server": "${workspaceFolder}/build/host/stage0/libexec/rust-analyzer-proc-macro-srv",
2423
"rust-analyzer.procMacro.enable": true,
2524
"rust-analyzer.cargo.buildScripts.enable": true,
26-
"rust-analyzer.cargo.buildScripts.invocationLocation": "root",
2725
"rust-analyzer.cargo.buildScripts.invocationStrategy": "once",
2826
"rust-analyzer.cargo.buildScripts.overrideCommand": [
2927
"python3",

0 commit comments

Comments
 (0)