summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorThales Fragoso <thales.fragosoz@gmail.com>2021-05-13 23:06:07 -0300
committerThales Fragoso <thales.fragosoz@gmail.com>2021-05-14 23:44:51 -0300
commit2cb66d6032ba26f1e0960347adb7bc886e4ba18a (patch)
treed58f13305d1c68e44367ec0b31987a2eaaef4454 /.vscode
parentad720f83df0c4312759443f011f0252c535006d9 (diff)
downloadembassy-2cb66d6032ba26f1e0960347adb7bc886e4ba18a.zip
Update generated code
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 80af21f1..8a292c0b 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,16 +1,16 @@
{
+ "rust-analyzer.assist.importMergeBehavior": "last",
"editor.formatOnSave": true,
"rust-analyzer.cargo.allFeatures": false,
"rust-analyzer.checkOnSave.allFeatures": false,
"rust-analyzer.checkOnSave.allTargets": false,
- "rust-analyzer.cargo.target": "thumbv7em-none-eabihf",
- "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabihf",
+ "rust-analyzer.cargo.target": "thumbv7em-none-eabi",
+ "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi",
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
- "**/target/**": true,
- "**/embassy-stm32/src/chip/**": true,
+ "**/target/**": true
}
} \ No newline at end of file