barklan / kanagawa.vscode

A VS Code port of the Kanagawa.nvim theme.
MIT License
45 stars 6 forks source link

gopls setting for sematictokens #15

Closed vuon9 closed 1 month ago

vuon9 commented 1 year ago

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"