2021-09-21 22:13:09 +00:00
|
|
|
{
|
2022-02-01 20:44:21 +00:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"[toml]": {
|
|
|
|
"editor.formatOnSave": false
|
2022-12-29 05:46:02 +00:00
|
|
|
},
|
2024-03-05 21:00:27 +00:00
|
|
|
// "rust-analyzer.check.workspace": true,
|
2024-03-12 20:39:42 +00:00
|
|
|
"rust-analyzer.check.workspace": false,
|
2024-02-16 02:05:30 +00:00
|
|
|
"rust-analyzer.check.features": "all",
|
|
|
|
"rust-analyzer.cargo.features": "all",
|
2024-07-02 19:18:25 +00:00
|
|
|
"rust-analyzer.check.allTargets": true,
|
|
|
|
// we don't want the formatter to kick in while we're working on dioxus itself
|
2024-07-23 17:22:49 +00:00
|
|
|
"dioxus.formatOnSave": "disabled",
|
2021-09-21 22:13:09 +00:00
|
|
|
}
|