From 9b0135d30691fef7e24460f626caa992352e94b0 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 27 Apr 2021 00:34:50 +0200 Subject: [PATCH] more RA config suggestions (#1114) --- src/building/suggested.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/building/suggested.md b/src/building/suggested.md index 6e0f830c..ebefd61c 100644 --- a/src/building/suggested.md +++ b/src/building/suggested.md @@ -34,7 +34,9 @@ you can write: "rust-analyzer.rustfmt.overrideCommand": [ "./build/TARGET_TRIPLE/stage0/bin/rustfmt" ], - "editor.formatOnSave": true + "editor.formatOnSave": true, + "rust-analyzer.cargo.runBuildScripts": false, + "rust-analyzer.procMacro.enable": false } ```