Theia API Documentation v1.65.0
    Preparing search index...
    interface CommandRegistryExt {
        $executeCommand<T>(
            id: string,
            ...ars: any[],
        ): PromiseLike<undefined | T>;
        registerArgumentProcessor(processor: ArgumentProcessor): void;
    }

    Implemented by

    Index

    Methods