haskell / lsp

Haskell library for the Microsoft Language Server Protocol
366 stars 92 forks source link

missing 'namespace' type in SemanticTokenTypes and knownSemanticTokenTypes #410

Closed xplat closed 2 years ago

xplat commented 2 years ago

It probably got missed because it's listed all by itself above the doc comment for the 'type' token type in the enum at https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_semanticTokens ...

michaelpj commented 2 years ago

Ugh, good spot. Fixed in https://github.com/haskell/lsp/pull/412.