dioxus/.vscode/settings.json
2024-02-15 18:05:30 -08:00

10 lines
251 B
JSON

{
"editor.formatOnSave": true,
"[toml]": {
"editor.formatOnSave": false
},
"rust-analyzer.check.workspace": true,
"rust-analyzer.check.features": "all",
"rust-analyzer.cargo.features": "all",
"rust-analyzer.check.allTargets": true
}