Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
SemanticTokensLegend
Interface SemanticTokensLegend
Since
3.16.0
interface
SemanticTokensLegend
{
tokenModifiers
:
string
[]
;
tokenTypes
:
string
[]
;
}
Index
Properties
token
Modifiers
token
Types
Properties
token
Modifiers
tokenModifiers
:
string
[]
The token modifiers a server uses.
token
Types
tokenTypes
:
string
[]
The token types a server uses.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
token
Modifiers
token
Types
vscode-languageclient
Loading...
Since
3.16.0