dioxus/.vscode/settings.json

12 lines
198 B
JSON
Raw Normal View History

2021-09-21 22:13:09 +00:00
{
"rust-analyzer.cargo.allFeatures": true,
"rust-analyzer.cargo.features": [
"desktop",
"router"
],
2022-02-01 20:44:21 +00:00
"editor.formatOnSave": true,
"[toml]": {
"editor.formatOnSave": false
}
2021-09-21 22:13:09 +00:00
}