mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-21 19:53:04 +00:00
8a2922c663
* use llvm objcopy to rename syms * use handlebars * it works! * remove linker code * better docs internally about dev.dioxus.main * use bundle identifier * double check bundle identifier is proper
17 lines
523 B
JSON
17 lines
523 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"[toml]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
"[handlebars]": {
|
|
"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.features": "all",
|
|
// "rust-analyzer.check.allTargets": true,
|
|
// we don't want the formatter to kick in while we're working on dioxus itself
|
|
"dioxus.formatOnSave": "disabled",
|
|
}
|