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

    Implements

    Index

    Constructors

    Properties

    debugExt: DebugExt
    handle: number
    originalHandle: number

    After https://github.com/eclipse-theia/theia/pull/13196, the debug config handles might change. Store the original handle to be able to call the extension host when getting by handle.

    provideDebugConfigurations: (
        folder: undefined | string,
    ) => Promise<DebugConfiguration[]>
    resolveDebugConfiguration: (
        folder: undefined | string,
        debugConfiguration: DebugConfiguration,
    ) => Promise<undefined | null | DebugConfiguration>
    resolveDebugConfigurationWithSubstitutedVariables: (
        folder: undefined | string,
        debugConfiguration: DebugConfiguration,
    ) => Promise<undefined | null | DebugConfiguration>
    type: string