haskell / lsp

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

Fix missing 'namespace' token type #412

Closed michaelpj closed 2 years ago

michaelpj commented 2 years ago

Fixes #410.

michaelpj commented 2 years ago

Note that indeed this changes some test output, because the serialization of the token types with the default legend depends on ordering, so we would have been sending everything off-by-one before this :(