Interface WorkspaceInput

interface WorkspaceInput {
    preserveWindow?: boolean;
}

Properties

Properties

preserveWindow?: boolean

Tests whether the same window should be used or a new one has to be opened after setting the workspace root. By default it is false.