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

    Options for a debug adapter executable.

    interface DebugAdapterExecutableOptions {
        cwd?: string;
        env?: { [key: string]: string };
    }
    Index

    Properties

    Properties

    cwd?: string

    The current working directory for the executed debug adapter.

    env?: { [key: string]: string }

    The additional environment of the executed program or shell. If omitted the parent process' environment is used. If provided it is merged with the parent process' environment.