dioxus/.vscode/settings.json

12 lines
296 B
JSON
Raw Normal View History

2021-09-21 18:13:09 -04:00
{
2022-02-01 21:44:21 +01:00
"editor.formatOnSave": true,
"[toml]": {
"editor.formatOnSave": false
},
// "rust-analyzer.check.workspace": true,
2024-03-12 13:39:42 -07:00
"rust-analyzer.check.workspace": false,
"rust-analyzer.check.features": "all",
"rust-analyzer.cargo.features": "all",
"rust-analyzer.check.allTargets": true
2021-09-21 18:13:09 -04:00
}