Skip to content

Commit

Permalink
Update rust-analyzer suggestions (rust-lang#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril authored Oct 24, 2022
1 parent 3a21e55 commit 2cfe232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/building/suggested.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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": [
"python3",
"x.py",
Expand Down

0 comments on commit 2cfe232

Please sign in to comment.