Interface SemanticTokensEdits
interface SemanticTokensEdits {
edits: SemanticTokensEdit[];
resultId?: string;
}Properties§
§
readonly edits: SemanticTokensEdit[]§readonly result Id?: string