12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"lspconfig": {
|
|
"rust_analyzer": {
|
|
"rust-analyzer.cargo.features": "all",
|
|
"rust-analyzer.rustfmt.overrideCommand": [
|
|
"leptosfmt",
|
|
"--stdin",
|
|
"--rustfmt"
|
|
]
|
|
}
|
|
}
|
|
}
|