@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface CreateTestHostOptions

    Options for createTestHost.

    interface CreateTestHostOptions {
        configureServices?: (overrides: ServiceOverrides) => void;
        environment?: Partial<HostEnvironment>;
        plan: ApplicationPlan;
    }
    Index
    configureServices?: (overrides: ServiceOverrides) => void

    Replaces services in a shallow plan copy before the container is built.

    environment?: Partial<HostEnvironment>

    Overrides the reported host environment, for exercising runtime preflight.

    The already-compiled plan exposed as app.plan by defineExtension.