Closed
Description
In the latest release of vscode-language-server-node
, they don't send workspace/didChangeConfiguration
more when the server is initialized, which causes haskell/vscode-haskell#920.
Following the comment of the SynchronizeOptions
below, they suggest using workspace/configuration
, so I'm thinking to extend ServerDefinition
with a new field to send workspace/configuration
while the server is initiated.
lsp/lsp/src/Language/LSP/Server/Core.hs
Line 280 in 97c7660
Metadata
Metadata
Assignees
Labels
No labels