Update rust-analyzer suggestions (#1487)
This commit is contained in:
parent
3a21e559be
commit
2cfe23241b
|
|
@ -39,6 +39,8 @@ you can write: <!-- date-check: apr 2022 --><!-- the date comment is for the edi
|
||||||
"rust-analyzer.procMacro.server": "./build/$TARGET_TRIPLE/stage0/libexec/rust-analyzer-proc-macro-srv",
|
"rust-analyzer.procMacro.server": "./build/$TARGET_TRIPLE/stage0/libexec/rust-analyzer-proc-macro-srv",
|
||||||
"rust-analyzer.procMacro.enable": true,
|
"rust-analyzer.procMacro.enable": true,
|
||||||
"rust-analyzer.cargo.buildScripts.enable": true,
|
"rust-analyzer.cargo.buildScripts.enable": true,
|
||||||
|
"rust-analyzer.cargo.buildScripts.invocationLocation": "root",
|
||||||
|
"rust-analyzer.cargo.buildScripts.invocationStrategy": "once",
|
||||||
"rust-analyzer.cargo.buildScripts.overrideCommand": [
|
"rust-analyzer.cargo.buildScripts.overrideCommand": [
|
||||||
"python3",
|
"python3",
|
||||||
"x.py",
|
"x.py",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue