aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 3c9cce18b..73dfa53a4 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -5,6 +5,9 @@
5 "[markdown]": { 5 "[markdown]": {
6 "editor.formatOnSave": false 6 "editor.formatOnSave": false
7 }, 7 },
8 "rust-analyzer.rustfmt.extraArgs": [
9 "+nightly"
10 ],
8 "rust-analyzer.check.allTargets": false, 11 "rust-analyzer.check.allTargets": false,
9 "rust-analyzer.check.noDefaultFeatures": true, 12 "rust-analyzer.check.noDefaultFeatures": true,
10 "rust-analyzer.cargo.noDefaultFeatures": true, 13 "rust-analyzer.cargo.noDefaultFeatures": true,
@@ -61,8 +64,4 @@
61 // "examples/stm32wl/Cargo.toml", 64 // "examples/stm32wl/Cargo.toml",
62 // "examples/wasm/Cargo.toml", 65 // "examples/wasm/Cargo.toml",
63 ], 66 ],
64 "rust-analyzer.rustfmt.extraArgs": [
65 //Uncomment to run rustfmt with nightly-only settings that match the CI
66 // "+nightly"
67 ],
68} \ No newline at end of file 67} \ No newline at end of file