clojure-lsp/clojure-lsp
Vedi su GitHubAdd Capability:DidChangeConfiguration to allow settings to be changed on the fly
Open
#1537 aperta il 28 mar 2023
enhancementgood first issue
Metriche repository
- Star
- (1310 star)
- Metriche merge PR
- (Merge medio 47g 8h) (24 PR mergiate in 30 g)
Descrizione
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