ejgallego / coq-lsp

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

[code] Show server status using LanguageStatusItem #728

Closed ejgallego closed 2 months ago

ejgallego commented 2 months ago

We show server checking status and toolchain version using the new LanguageStatusItem UI. It is also possible to control using this UI whether the server is in continuous or lazy mode.

We also show coq-lsp version info.

More information about what the server is doing should be possible if the users want! (For example, we should show memory use, etc...)

Update TODO: