mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-13 16:07:20 +00:00
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"rust-analyzer.cargo.allFeatures": true,
|
|
"rust-analyzer.cargo.features": [
|
|
"desktop",
|
|
"router"
|
|
],
|
|
"editor.formatOnSave": true,
|
|
"[toml]": {
|
|
"editor.formatOnSave": false
|
|
}
|
|
}
|