wip: v3
This commit is contained in:
@@ -6,7 +6,11 @@ language-servers = ["rust-analyzer", "tailwindcss-ls"]
|
||||
# procMacro = { ignored = { leptos_macro = ["server"] } }
|
||||
cargo = { features = ["ssr", "hydrate"] }
|
||||
check = { command = "clippy" }
|
||||
rustfmt = { overrideCommand = ["leptosfmt", "--stdin", "--rustfmt"] }
|
||||
rustfmt = { overrideCommand = [
|
||||
"sh",
|
||||
"-c",
|
||||
"rustfmt --emit stdout --edition 2024 | leptosfmt --stdin",
|
||||
] }
|
||||
|
||||
[language-server.tailwindcss-ls]
|
||||
config = { userLanguages = { rust = "html", "*.rs" = "html" } }
|
||||
|
||||
Reference in New Issue
Block a user