We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2f713 commit a262476Copy full SHA for a262476
src/building/suggested.md
@@ -39,6 +39,8 @@ you can write: <!-- date-check: apr 2022 --><!-- the date comment is for the edi
39
"rust-analyzer.procMacro.server": "./build/$TARGET_TRIPLE/stage0/libexec/rust-analyzer-proc-macro-srv",
40
"rust-analyzer.procMacro.enable": true,
41
"rust-analyzer.cargo.buildScripts.enable": true,
42
+ "rust-analyzer.cargo.buildScripts.invocationLocation": "root",
43
+ "rust-analyzer.cargo.buildScripts.invocationStrategy": "once",
44
"rust-analyzer.cargo.buildScripts.overrideCommand": [
45
"python3",
46
"x.py",
0 commit comments