Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
SemanticTokensDelta
Interface SemanticTokensDelta
Since
3.16.0
interface
SemanticTokensDelta
{
edits
:
SemanticTokensEdit
[]
;
resultId
?:
string
;
}
Index
Properties
edits
result
Id?
Properties
edits
edits
:
SemanticTokensEdit
[]
The semantic token edits to transform a previous result into a new result.
Optional
Readonly
result
Id
resultId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edits
result
Id
vscode-languageclient
Loading...
Since
3.16.0