clojure-lsp/clojure-lsp
Ver no GitHubAdd Capability:DidChangeConfiguration to allow settings to be changed on the fly
Open
#1.537 aberto em 28 de mar. de 2023
enhancementgood first issue
Métricas do repositório
- Stars
- (1.310 stars)
- Métricas de merge de PR
- (Mesclagem média 47d 8h) (24 fundiu PRs em 30d)
Description
I am using the neoconf plugin in neovim which allows on the fly configuration of lsp servers.
The plugin changes the configuration notifying the server with "workspace/didChangeConfiguration" detailed in the specification here.
At the moment clojure-lsp returns with a warning and the configuration settings sent are not changed.
Please see the slack conversation here
Thanks