chore: bump cooklang-language-server to 0.2.3#361
Conversation
Picks up the multi-word ingredient/cookware/timer parsing fix so `cook lsp` highlights and shows tooltips for names with spaces or punctuation. Relates to cooklang/CookVSCode#10
Review: chore: bump cooklang-language-server to 0.2.3The change itself is correct and well-scoped — a one-line version bump with a clear rationale. One concern before merging: The PR description notes this depends on 0.2.3 being published to crates.io first. Until that happens,
Otherwise, the change is straightforward and the fix (multi-word ingredient/cookware/timer highlighting) is a worthwhile improvement. ✅ |
Code ReviewThis is a minimal dependency bump of FindingsStale PR description — Version skip (0.2.1 → 0.2.3) — 0.2.2 is absent from the lock file. Was 0.2.2 yanked, or was it simply never published? If yanked, it's worth a sentence in the PR body so reviewers aren't left wondering. Everything else looks good
|
Bumps
cooklang-language-server0.2.1 → 0.2.3 to pick up the multi-word ingredient/cookware/timer parsing fix, socook lspcorrectly highlights and shows tooltips for names with spaces or punctuation (e.g.@heavy whipping cream{1%cup}).Depends on cooklang/cooklang-language-server#8 being released to crates.io first (the
Cargo.lockentry will resolve once 0.2.3 is published).Relates to cooklang/CookVSCode#10