tliron / glsp

Language Server Protocol SDK for Go
Apache License 2.0
165 stars 22 forks source link

Correctly implement `json.Marshaler` interface to fix diagnostic code deserialisation bug #26

Closed nfx closed 6 months ago

nfx commented 6 months ago

before:

image

after:

image

tliron commented 6 months ago

Oops, thanks for catching this!