Open mattmasson opened 6 months ago
Our initial semantic token handling was implemented before it was fully supported in the vscode lsp framework.
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_semanticTokens
Look for implementation examples using: connection.languages.semanticTokens.on
connection.languages.semanticTokens.on
Our initial semantic token handling was implemented before it was fully supported in the vscode lsp framework.
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_semanticTokens
Look for implementation examples using:
connection.languages.semanticTokens.on