16 lines
295 B
JSON
16 lines
295 B
JSON
![]() |
{
|
||
|
"lspconfig": {
|
||
|
"rust_analyzer": {
|
||
|
"rust-analyzer.cargo.features": "all"
|
||
|
/*
|
||
|
use this only when working with leptos
|
||
|
*/
|
||
|
// "rust-analyzer.rustfmt.overrideCommand": [
|
||
|
// "leptosfmt",
|
||
|
// "--stdin",
|
||
|
// "--rustfmt"
|
||
|
// ]
|
||
|
}
|
||
|
}
|
||
|
}
|