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

    Debug session contribution registrator.

    interface PluginDebugSessionContributionRegistrator {
        registerDebugSessionContribution(
            contrib: DebugSessionContribution,
        ): Disposable;
        unregisterDebugSessionContribution(debugType: string): void;
    }

    Implemented by

    Index

    Methods