Zulip Chat Archive
Stream: lean4
Topic: What (maximum) version of LSP does Lean4 support?
Daniel Donnelly (Feb 09 2026 at 03:10):
Searching for this brought up nothing. Here is a list of the LSP versions / descriptions:
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/
So, what LSP version should my code target if I'm writing a standalone IDE for Lean4?
I'm guessing maybe support the latest current (or even 3.18), so that when Lean4 evolves, the IDE will "just work immediately".
Daniel Donnelly (Feb 09 2026 at 04:18):
Nvm, did a search on github. Found it here:
https://github.com/search?q=repo%3Aleanprover%2Fvscode-lean4+3.17&type=code
It's 3.17
Last updated: Feb 28 2026 at 14:05 UTC