Skip to content

Commit 19df163

Browse files
Merge #341
341: VS Code: don't enable all features r=jonas-schievink a=jonas-schievink Followup to #338, this makes things work even when `rust-analyzer.cargo.allFeatures` is globally enabled. bors r+ Co-authored-by: Jonas Schievink <[email protected]>
2 parents 7a0be8a + 263a25c commit 19df163

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
33
"rust-analyzer.checkOnSave.allTargets": false,
4-
}
4+
"rust-analyzer.cargo.allFeatures": false,
5+
}

0 commit comments

Comments
 (0)