ejgallego / coq-lsp

Visual Studio Code Extension and Language Server Protocol for Coq
GNU Lesser General Public License v2.1
152 stars 32 forks source link

Clarify the difference between VsCoq 1 and VsCoq 2 here? #817

Open patrick-nicodemus opened 2 months ago

patrick-nicodemus commented 2 months ago

https://github.com/ejgallego/coq-lsp/blob/94d647e28a199d67f86138ca3536ee13f57c03c0/etc/FAQ.md?plain=1#L25

Moreover, coq-lsp development is active while VSCoq is mostly in maintenance mode due to the limitations outlined above. In a sense, you could think of coq-lsp as 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 2 as a project name given than coq-lsp follows 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

ejgallego commented 2 months ago

Hi @patrick-nicodemus , this is indeed outdated, as the README was written before VsCoq 2 was released. Thanks for notification, we will amend ASAP.