saleor-apps-rs/sdk/.neoconf.json

16 lines
295 B
JSON
Raw Normal View History

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