mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
11 lines
296 B
JSON
11 lines
296 B
JSON
{
|
|
"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.allTargets": true
|
|
}
|