Theia API Documentation v1.69.0
    Preparing search index...
    interface CommandCheckResult {
        allowed: boolean;
        matchedPattern?: string;
        reason?: "denied" | "dangerous" | "not-allowed";
    }
    Index

    Properties

    allowed: boolean
    matchedPattern?: string
    reason?: "denied" | "dangerous" | "not-allowed"