Extension host (src/extension.js) handles commands, state persistence, and message dispatch.
Webview renders the UI, manages local interactions, and posts changes back to the host.
Storage uses vscode.ExtensionContext.globalState so your boards survive across sessions and window reloads.
Commands
Command
Default Keybinding
Description
BoardManager: Open Board
Ctrl+Alt+B / Cmd+Alt+B
Opens the BoardManager workspace panel.
Keyboard Shortcuts
Key
Action
Ctrl+Alt+B / Cmd+Alt+B
Open BoardManager
Enter
Submit dialog
Esc
Close dialog / modal
Privacy
BoardManager stores all data locally inside VS Code:. No telemetry, no cloud services, no account required. Your workspaces, invite codes, and tasks never leave your machine.
Changelog
1.4.0
Full rebrand to BoardManager.
New icon matching the BoardManager brand.
Board and workspace manager UX.
Fixed missing activate() function that prevented the extension from loading.
Improved workspace creation, join, and column-add flows.