Investigate improving configuration flow by sending workspace/configuration
at startup
#392
Labels
editor support
Support for any non-VSCode editors/language clients
lsp
Language Server Protocol-related
Extracted from #367 (comment)
There was some discussion upstream (in the LSP repo) on encouraging servers to move to a pull-model where the server fetches configurations through
workspace/configuration
at startup instead of relying on the configuration to always be passed at launch. Ideally we should probably do something similar in the medium term.Some interesting threads:
workspace/configuration
on startup haskell/haskell-language-server#2762The text was updated successfully, but these errors were encountered: