lean4-htt/src/Lean/Server/CodeActions
Marc Huisinga f4c5f8e422
fix: set data? field in eager code actions (#12332)
This PR fixes an issue on new NeoVim versions that would cause the
language server to display an error when using certain code actions.

(For some reason, NeoVim recently decided to diverge from VS Code in
terms of when it emits code action resolution requests, which means that
not setting the `data?` field won't preclude NeoVim from emitting a
request anymore, which in turn means that the server can't resolve the
code action.)
2026-02-06 08:57:27 +00:00
..
Attr.lean fix: some ExtraModUses (#10620) 2025-10-03 15:50:40 +00:00
Basic.lean fix: set data? field in eager code actions (#12332) 2026-02-06 08:57:27 +00:00
Provider.lean chore: rename String.Range to Lean.Syntax.Range (#10852) 2025-10-21 07:32:25 +00:00
UnknownIdentifier.lean fix: set data? field in all unknown identifier code actions (#12046) 2026-01-20 10:03:29 +00:00