Expand description
VS Code storage (SQLite database) operations
Functions§
- add_
session_ to_ index - Add a session to the VS Code index
- backup_
workspace_ sessions - Backup workspace sessions to a timestamped directory
- count_
empty_ window_ sessions - Count empty window sessions
- delete_
empty_ window_ session - Delete an empty window session
- get_
empty_ window_ session - Get a specific empty window session by ID
- get_
workspace_ storage_ db - Get the path to the workspace storage database
- is_
vscode_ running - Check if VS Code is currently running
- read_
chat_ session_ index - Read the chat session index from VS Code storage
- read_
empty_ window_ sessions - Read all empty window chat sessions (not tied to any workspace) These appear in VS Code’s “ALL SESSIONS” panel
- register_
all_ sessions_ from_ directory - Register all sessions from a directory into the VS Code index
- remove_
session_ from_ index - Remove a session from the VS Code index
- sync_
session_ index - Sync the VS Code index with sessions on disk (remove stale entries, add missing ones)
- write_
chat_ session_ index - Write the chat session index to VS Code storage
- write_
empty_ window_ session - Write an empty window session