dioxus/.vscode/settings.json

15 lines
465 B
JSON
Raw Permalink Normal View History

2021-09-21 22:13:09 +00:00
{
2022-02-01 20:44:21 +00:00
"editor.formatOnSave": true,
"[toml]": {
"editor.formatOnSave": false
},
// "rust-analyzer.check.workspace": true,
// "rust-analyzer.check.workspace": false,
// "rust-analyzer.check.features": "all",
"rust-analyzer.cargo.features": "all",
"rust-analyzer.check.features": "all",
// "rust-analyzer.check.allTargets": true,
// we don't want the formatter to kick in while we're working on dioxus itself
"dioxus.formatOnSave": "disabled",
2021-09-21 22:13:09 +00:00
}