Theia API Documentation v1.65.0
    Preparing search index...
    interface EditSessionIdentityWillCreateEvent {
        token: CancellationToken;
        workspaceFolder: WorkspaceFolder;
        waitUntil(thenable: Thenable<any>): void;
    }
    Index

    Properties

    Methods

    Properties

    A cancellation token.

    workspaceFolder: WorkspaceFolder

    The workspace folder to create an edit session identity for.

    Methods