interface SemanticTokensLegend { tokenModifiers: string[]; tokenTypes: string[];}
readonly tokenModifiers: string[]
readonly tokenTypes: string[]