feat: store attempts

This commit is contained in:
2025-02-26 23:41:55 +01:00
parent 7118b66104
commit 2e83efcf12
30 changed files with 1252 additions and 221 deletions

View File

@@ -5,9 +5,15 @@ language-servers = ["rust-analyzer", "tailwindcss-ls"]
[language-server.rust-analyzer.config]
# procMacro = { ignored = { leptos_macro = ["server"] } }
cargo = { features = ["ssr", "hydrate"] }
check = { command = "check" }
[language-server.rust-analyzer.config.check]
command = "clippy"
rustfmt = { overrideCommand = ["leptosfmt", "--stdin", "--rustfmt"] }
# rustfmt = { overrideCommand = [
# "sh",
# "-c",
# "set -euo pipefail; rustfmt --emit stdout --edition 2024 | leptosfmt --stdin",
# ] }
[language-server.tailwindcss-ls]
config = { userLanguages = { rust = "html", "*.rs" = "html" } }