Interface WorkspaceRootsChangeEvent

interface WorkspaceRootsChangeEvent {
    roots: string[];
}

Properties

Properties

roots: string[]