Theia API Documentation v1.65.0
    Preparing search index...
    interface LaunchVSCodeArguments {
        args: LaunchVSCodeArgument[];
        env?: { [key: string]: null | string };
    }
    Index

    Properties

    Properties

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