kanagawa.vscode icon indicating copy to clipboard operation
kanagawa.vscode copied to clipboard

gopls setting for sematictokens

Open vuon9 opened this issue 2 years ago • 0 comments

It should be

{
  "gopls": {
    "ui.semanticTokens": true
  }
}

The one mentioned in readme might be deprecated, will end up with an error Invalid settings: unexpected gopls setting "ui"

vuon9 avatar Jan 10 '23 16:01 vuon9