Skip to content

Commit e4ff964

Browse files
authored
Merge pull request #579 from stm32-rs/vscode
update vscode settings
2 parents 4a06fc8 + 3ac1b3f commit e4ff964

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.vscode/settings.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
{
2-
"rust.all_targets": false,
3-
"rust.target": "thumbv7em-none-eabihf",
4-
"rust.all_features": false,
5-
"rust.features": [
6-
"rtic",
7-
"stm32f411"
8-
],
9-
"rust-analyzer.checkOnSave.allTargets": false,
10-
"rust-analyzer.checkOnSave.extraArgs": [
11-
"--target",
12-
"thumbv7em-none-eabihf"
13-
],
2+
"rust-analyzer.check.allTargets": false,
3+
"rust-analyzer.check.targets": "thumbv7em-none-eabihf",
144
"rust-analyzer.cargo.features": [
155
"rtic",
166
"stm32f411"
17-
]
7+
],
188
}

0 commit comments

Comments
 (0)