Interface IWorkspaceCommands

The identifiers of loaded commands exposed for reuse.

interface IWorkspaceCommands {
    deleteWorkspace: string;
    open: string;
}

Properties

deleteWorkspace: string

Command for deleting a workspace.

open: string

Command for opening a workspace by identifier.