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..3c9cce18b 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -61,4 +61,8 @@
61 // "examples/stm32wl/Cargo.toml", 61 // "examples/stm32wl/Cargo.toml",
62 // "examples/wasm/Cargo.toml", 62 // "examples/wasm/Cargo.toml",
63 ], 63 ],
64} 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