9fans / acme-lsp

Language Server Protocol tools for the acme text editor
MIT License
193 stars 25 forks source link

fixes #54, correct type for SelectionRangeProvider #55

Closed ilanpillemer closed 1 year ago

fhs commented 1 year ago

Sorry for not being responsive. I wanted to auto-generate these structs instead of manually editing them for every issue. We're now using the same auto-generated LSP definitions as gopls: https://github.com/fhs/go-lsp-internal/blob/e3a916438ee16ab17f54fed313ca9a1c311a58bd/lsp/protocol/tsprotocol.go#L3880

So, the issue you were seeing with SelectionRangeProvider should be fixed now. Please open an issue if it's not.