Theia API Documentation v1.73.0
    Preparing search index...

    Outcome of VSXExtensionsSearchModel.parseQuery: the query, decomposed into the (single) search mode driven by @installed/@builtin/@recommended, the per-contribution type tokens (e.g. @mcp), and the free-text remainder used as the actual search term.

    interface ParsedQuery {
        freeText: string;
        mode: VSXSearchMode;
        typeTokens: ReadonlySet<string>;
    }
    Index

    Properties

    freeText: string

    Everything in the query that isn't a recognised mode or type token.

    Search mode the view container uses to pick which widget is visible.

    typeTokens: ReadonlySet<string>

    Contribution searchTokens present in the query. Empty means "all contributions are enabled".