aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index ca242662b..4c6c3bece 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -3,8 +3,8 @@
3 "editor.formatOnSave": true, 3 "editor.formatOnSave": true,
4 "rust-analyzer.checkOnSave.allFeatures": false, 4 "rust-analyzer.checkOnSave.allFeatures": false,
5 "rust-analyzer.checkOnSave.allTargets": false, 5 "rust-analyzer.checkOnSave.allTargets": false,
6 "rust-analyzer.cargo.target": "thumbv7em-none-eabi", 6 //"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
7 "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi", 7 //"rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi",
8 "rust-analyzer.procMacro.enable": true, 8 "rust-analyzer.procMacro.enable": true,
9 "rust-analyzer.cargo.loadOutDirsFromCheck": true, 9 "rust-analyzer.cargo.loadOutDirsFromCheck": true,
10 "files.watcherExclude": { 10 "files.watcherExclude": {