Skip to content

Commit 9b03f20

Browse files
misc: VS Code rust-analyzer setup (#95)
just needed to do this right for it to work on all projects
1 parent f1e2b09 commit 9b03f20

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
"rust-analyzer.runnables.extraArgs": [
3-
"-F anodized/runtime-check-and-panic"
4-
]
2+
"rust-analyzer.cargo.features": ["anodized/runtime-check-and-panic"]
53
}

0 commit comments

Comments
 (0)