coq-lsp
coq-lsp copied to clipboard
Clarify the difference between VsCoq 1 and VsCoq 2 here?
https://github.com/ejgallego/coq-lsp/blob/94d647e28a199d67f86138ca3536ee13f57c03c0/etc/FAQ.md?plain=1#L25
Moreover,
coq-lspdevelopment is active while VSCoq is mostly in maintenance mode due to the limitations outlined above. In a sense, you could think ofcoq-lspas a full rewrite of VSCoq, using the experience we have accumulated over years of work in related projects (such as jsCoq), and the experience in state-of-the art UI design and implementation in other systems (Rust, Lean, Isabelle).
We didn't pick
VSCoq 2as a project name given thancoq-lspfollows the LSP standard and is not specific to Visual Studio code, in fact, it works great on other editors such as vim or Emacs.
This paragraph makes me think that the readme is referring to VSCoq 1 rather than VSCoq 2. In this case it would be good to update this readme to clarify the difference between this project and VSCoq 2. I
Hi @patrick-nicodemus , this is indeed outdated, as the README was written before VsCoq 2 was released. Thanks for notification, we will amend ASAP.