VS Code API
    Preparing search index...

    Class SemanticTokensLegend

    A semantic tokens legend contains the needed information to decipher the integer encoded representation of semantic tokens.

    Index

    Constructors

    Properties

    Constructors

    • Creates a semantic tokens legend.

      Parameters

      • tokenTypes: string[]

        An array of token types.

      • OptionaltokenModifiers: string[]

        An array of token modifiers.

      Returns SemanticTokensLegend

    Properties

    tokenModifiers: string[]

    The possible token modifiers.

    tokenTypes: string[]

    The possible token types.