Skip to content

Commit a262476

Browse files
authored
Update rust-analyzer suggestions (#1487)
1 parent 0a2f713 commit a262476

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/building/suggested.md

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ you can write: <!-- date-check: apr 2022 --><!-- the date comment is for the edi
3939
"rust-analyzer.procMacro.server": "./build/$TARGET_TRIPLE/stage0/libexec/rust-analyzer-proc-macro-srv",
4040
"rust-analyzer.procMacro.enable": true,
4141
"rust-analyzer.cargo.buildScripts.enable": true,
42+
"rust-analyzer.cargo.buildScripts.invocationLocation": "root",
43+
"rust-analyzer.cargo.buildScripts.invocationStrategy": "once",
4244
"rust-analyzer.cargo.buildScripts.overrideCommand": [
4345
"python3",
4446
"x.py",

0 commit comments

Comments
 (0)