Module WorkspaceFolderStateDTO

Module WorkspaceFolderStateDTO 

Source
Expand description

§WorkspaceFolderStateDTO

§RESPONSIBILITY

  • Data transfer object for workspace folder state
  • Serializable format for gRPC/IPC transmission
  • Used by Mountain to track workspace folder configuration

§FIELDS

  • URI: Folder resource URI
  • Name: Display name
  • Index: Zero-based position in workspace

Structs§

WorkspaceFolderStateDTO
Represents a single folder that is part of the current workspace. Compatible with VS Code’s WorkspaceFolder interface.

Constants§

MAX_FOLDER_NAME_LENGTH 🔒
Maximum folder name length
MAX_WORKSPACE_FOLDERS 🔒
Maximum number of folders in a workspace