Expand description
Workspace discovery and management
Functions§
- decode_
workspace_ folder - Decode a workspace folder URI to a path
- discover_
workspaces - Discover all VS Code workspaces
- find_
all_ workspaces_ for_ project - Find all workspaces for a project (by name matching)
- find_
workspace_ by_ path - Find workspace by path, returning workspace ID, directory, and data. When multiple workspaces match the same path, returns the most recently modified one.
- get_
chat_ sessions_ from_ workspace - Get all chat sessions from a workspace directory
- get_
empty_ window_ sessions_ path - Get the path to empty window chat sessions (ALL SESSIONS in VS Code) These are chat sessions not tied to any specific workspace
- get_
global_ storage_ path - Get the VS Code globalStorage path based on the operating system
- get_
workspace_ by_ hash - Find a workspace by its hash
- get_
workspace_ by_ path - Find a workspace by project path
- get_
workspace_ storage_ path - Get the VS Code workspaceStorage path based on the operating system
- normalize_
path - Normalize a path for comparison
Type Aliases§
- Workspace
Info - Type alias for workspace info tuple (hash, path, project_path, modified_time)