Skip to content

Commit 68099bb

Browse files
committed
chore(vscode): Enable all cargo features by default
This allows rust-analyzer to recognize tests modules. For development convenience. Signed-off-by: Chawye Hsu <chawyehsu@hotmail.com>
1 parent 814cdc5 commit 68099bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"editor.formatOnSave": true
3-
}
2+
"editor.formatOnSave": true,
3+
"rust-analyzer.cargo.features": "all"
4+
}

0 commit comments

Comments
 (0)