Add configuration for rust analyzer for vscode.

This commit is contained in:
2026-01-10 14:06:45 -07:00
committed by Samuel Warfield
parent 391d18a11e
commit 889bdf6b80
+4
View File
@@ -0,0 +1,4 @@
{
"rust-analyzer.cargo.features": ["desktop","web"],
"rust-analyzer.cargo.noDefaultFeatures": false
}