go-language-server / protocol

Package protocol implements Language Server Protocol specification in Go
https://pkg.go.dev/go.lsp.dev/protocol
BSD 3-Clause "New" or "Revised" License
97 stars 15 forks source link

LSP 3.17 support #39

Closed tamayika closed 1 year ago

tamayika commented 1 year ago

Is there a plan to support LSP 3.17? I want to use Inlay Hint API.

tbruyelle commented 6 months ago

Is this really completed ? As far as I can see the version.go in the main branch still points to 3.15. Thx!