Interface RecentWorkspacePathsData

interface RecentWorkspacePathsData {
    recentRoots: string[];
}

Properties

Properties

recentRoots: string[]