tliron / glsp

Language Server Protocol SDK for Go
Apache License 2.0
184 stars 25 forks source link

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

Closed nfx closed 8 months ago

nfx commented 8 months ago

before:

image

after:

image

tliron commented 8 months ago

Oops, thanks for catching this!