saleor-apps-rs/.neoconf.json

16 lines
295 B
JSON
Raw Permalink Normal View History

2024-07-10 21:51:59 +00:00
{
"lspconfig": {
"rust_analyzer": {
"rust-analyzer.cargo.features": "all"
/*
use this only when working with leptos
*/
// "rust-analyzer.rustfmt.overrideCommand": [
// "leptosfmt",
// "--stdin",
// "--rustfmt"
// ]
}
}
}