Skip to content

Commit 0853587

Browse files
authored
vscode: update extension settings
1 parent 2b27399 commit 0853587

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"recommendations": ["matklad.rust-analyzer"]
2+
"recommendations": ["rust-lang.rust-analyzer"]
33
}

.vscode/settings.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"rust-analyzer.cargo.features": ["stm32wl5x_cm4", "rt", "chrono"],
3-
"rust-analyzer.cargo.allFeatures": false,
43
"rust-analyzer.checkOnSave.features": ["stm32wl5x_cm4", "rt", "chrono"],
5-
"rust-analyzer.checkOnSave.allFeatures": false,
64
"rust-analyzer.checkOnSave.allTargets": false,
75
"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
86
}

0 commit comments

Comments
 (0)