Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update LSP definition of workspaceFolders.changeNotification server c…
…apability Fixes this issue with dart language server: ``` acme-lsp -server '\.dart$:dart language-server' 2023/06/18 18:21:41 LSP 4: Loading packages... 2023/06/18 18:21:41 failed to create file manager: failed to connect to language server ["dart" "language-server"]: initialize failed: json: cannot unmarshal bool into Go struct field WorkspaceFolders5Gn.capabilities.workspace.workspaceFolders.changeNotifications of type string ``` Update #57
- Loading branch information