aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-04-14 16:01:14 +0200
committerDario Nieuwenhuis <[email protected]>2021-04-14 16:01:14 +0200
commite11d4b1e0eb0148e2097ab6de67c6be7726a6580 (patch)
tree7a13404837acb832fca5b593b605944b8b837ba8
parent8e040cc5d25280a2baf8189428c80ae8c7081d2b (diff)
Fix vscode settings
-rw-r--r--.vscode/settings.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 9818e4f1d..dc200f79e 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,12 +1,11 @@
1{ 1{
2 "rust-analyzer.assist.importMergeBehavior": "last", 2 "rust-analyzer.assist.importMergeBehavior": "last",
3 "editor.formatOnSave": true, 3 "editor.formatOnSave": true,
4 "rust.target": "thumbv7em-none-eabihf",
5 "rust-analyzer.cargo.allFeatures": false, 4 "rust-analyzer.cargo.allFeatures": false,
6 "rust-analyzer.checkOnSave.allFeatures": false, 5 "rust-analyzer.checkOnSave.allFeatures": false,
7 "rust-analyzer.checkOnSave.allTargets": false, 6 "rust-analyzer.checkOnSave.allTargets": false,
8 "rust-analyzer.cargo.target": "thumbv6m-none-eabi", 7 "rust-analyzer.cargo.target": "thumbv7em-none-eabihf",
9 "rust-analyzer.checkOnSave.target": "thumbv6m-none-eabi", 8 "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabihf",
10 "rust-analyzer.procMacro.enable": true, 9 "rust-analyzer.procMacro.enable": true,
11 "rust-analyzer.cargo.loadOutDirsFromCheck": true, 10 "rust-analyzer.cargo.loadOutDirsFromCheck": true,
12 "files.watcherExclude": { 11 "files.watcherExclude": {