x/tools/gopls: register semantic tokens with textDocument/semanticTokens #42148
Labels
Documentation
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
We currently use
textDocument/semanticTokens/full
only, but the correct way istextDocument/semanticTokens
. We'll have to register semantic tokens both ways to avoid regressing, but we'll eventually be able to remove the multiple registration capabilities after the next VS Code Go release.This will depend on the release of the next version of the vscode-languageclient. See microsoft/language-server-protocol#1107 for context.
The text was updated successfully, but these errors were encountered: