cobalt2-vscode icon indicating copy to clipboard operation
cobalt2-vscode copied to clipboard

Extend Semantic Highlighting

Open njames93 opened this issue 3 years ago • 1 comments

Currently semantic highlighting only specifies function, variable, interface and type. LSP defines many more. It would be nice if this theme specified maybe not all but a decent subset of whats specified.

njames93 avatar Dec 11 '20 14:12 njames93

A temporary workaround is to add this custom setting: "editor.semanticHighlighting.enabled": false

JamesTsetsekas avatar Jan 20 '21 22:01 JamesTsetsekas