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

    A suggestion for one or more patterns to add to the allowlist or denylist. When a suggestion contains multiple patterns, all of them are added together (e.g., "find *" and "head *" for a piped command).

    interface PatternSuggestion {
        patterns: string[];
    }
    Index

    Properties

    Properties

    patterns: string[]