aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorThales Fragoso <[email protected]>2021-05-13 23:06:07 -0300
committerThales Fragoso <[email protected]>2021-05-14 23:44:51 -0300
commit2cb66d6032ba26f1e0960347adb7bc886e4ba18a (patch)
treed58f13305d1c68e44367ec0b31987a2eaaef4454 /.vscode
parentad720f83df0c4312759443f011f0252c535006d9 (diff)
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 80af21f10..8a292c0be 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,16 +1,16 @@
1{ 1{
2 "rust-analyzer.assist.importMergeBehavior": "last",
2 "editor.formatOnSave": true, 3 "editor.formatOnSave": true,
3 "rust-analyzer.cargo.allFeatures": false, 4 "rust-analyzer.cargo.allFeatures": false,
4 "rust-analyzer.checkOnSave.allFeatures": false, 5 "rust-analyzer.checkOnSave.allFeatures": false,
5 "rust-analyzer.checkOnSave.allTargets": false, 6 "rust-analyzer.checkOnSave.allTargets": false,
6 "rust-analyzer.cargo.target": "thumbv7em-none-eabihf", 7 "rust-analyzer.cargo.target": "thumbv7em-none-eabi",
7 "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabihf", 8 "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi",
8 "rust-analyzer.procMacro.enable": true, 9 "rust-analyzer.procMacro.enable": true,
9 "rust-analyzer.cargo.loadOutDirsFromCheck": true, 10 "rust-analyzer.cargo.loadOutDirsFromCheck": true,
10 "files.watcherExclude": { 11 "files.watcherExclude": {
11 "**/.git/objects/**": true, 12 "**/.git/objects/**": true,
12 "**/.git/subtree-cache/**": true, 13 "**/.git/subtree-cache/**": true,
13 "**/target/**": true, 14 "**/target/**": true
14 "**/embassy-stm32/src/chip/**": true,
15 } 15 }
16} \ No newline at end of file 16} \ No newline at end of file