Update rust-analyzer suggestions (#1487)

This commit is contained in:
Lukas Wirth 2022-10-24 12:41:55 +02:00 committed by GitHub
parent 3a21e559be
commit 2cfe23241b
1 changed files with 2 additions and 0 deletions

View File

@ -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",