WorkspaceRecent

@Serializable
data class WorkspaceRecent(val directories: List<String> = emptyList())(source)

Recent-workspaces list. Capped at UserSettingsStore.RECENT_LIMIT (8) by the store's mutation methods; deserializing a file with more than the limit is permitted but the next mutation will truncate.

Constructors

Link copied to clipboard
constructor(directories: List<String> = emptyList())

Properties

Link copied to clipboard

absolute paths, most-recent first, no duplicates.