haskell / lsp

Haskell library for the Microsoft Language Server Protocol
364 stars 90 forks source link

Spec compliance: "workspaceSymbolProvider?: boolean | WorkspaceSymbolOptions" #426

Closed thomasjm closed 2 years ago

thomasjm commented 2 years ago

This PR adds WorkspaceSymbolOptions as an option to workspaceSymbolProvider in ServerCapabilities, to be compliant with the LSP spec.

The lack of this option was causing a failure to parse the ServerCapabilities returned by pyright.