2
0
Fork 0
mirror of https://github.com/DioxusLabs/dioxus synced 2024-12-19 17:13:12 +00:00
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
}