ejgallego / coq-lsp

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

[lsp] Update server settings on the fly. #702

Closed ejgallego closed 4 months ago

ejgallego commented 4 months ago

This means that we can finally tweak server options on the fly!

We use the workspace/didChangeConfiguration notification, however note that our use is still very rudimentary (and push-based) when compared to the recommended pull model using the workspace/configuration request.

ejgallego commented 4 months ago

@Alizter after this you can just update a hover setting normally, and things should work automatically.