Theia API Documentation v1.72.1
    Preparing search index...
    interface LaunchConfigurationInfo {
        name: string;
        running: boolean;
        workspaceRoot?: string;
    }
    Index

    Properties

    name: string
    running: boolean
    workspaceRoot?: string

    Identifies where the configuration is defined:

    • A root folder name (e.g. "frontend") for folder-scoped configs.
    • "(workspace)" for configs defined in the .code-workspace file.

    Pass this value back to runLaunchConfiguration's or stopLaunchConfiguration's workspaceRoot parameter to disambiguate when multiple configurations share the same name.