aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index c504f3ccd..2b99a313d 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,
@@ -31,6 +34,7 @@
31 // "examples/mspm0c1104/Cargo.toml", 34 // "examples/mspm0c1104/Cargo.toml",
32 // "examples/mspm0g3507/Cargo.toml", 35 // "examples/mspm0g3507/Cargo.toml",
33 // "examples/mspm0g3519/Cargo.toml", 36 // "examples/mspm0g3519/Cargo.toml",
37 // "examples/mspm0g5187/Cargo.toml",
34 // "examples/mspm0l1306/Cargo.toml", 38 // "examples/mspm0l1306/Cargo.toml",
35 // "examples/mspm0l2228/Cargo.toml", 39 // "examples/mspm0l2228/Cargo.toml",
36 // "examples/nrf52840-rtic/Cargo.toml", 40 // "examples/nrf52840-rtic/Cargo.toml",
@@ -61,4 +65,4 @@
61 // "examples/stm32wl/Cargo.toml", 65 // "examples/stm32wl/Cargo.toml",
62 // "examples/wasm/Cargo.toml", 66 // "examples/wasm/Cargo.toml",
63 ], 67 ],
64} 68} \ No newline at end of file