🧠 Session Builder for VS Code
Save and restore sets of open files as named sessions — perfect for seemlessly switching between multiple projects.
✨ Features
- 💾 Save the current set of open files as a named session
- 🔄 Reload a session instantly to get back to work
- ❌ Delete sessions you no longer need
🚀 Commands
Command |
Description |
Session Builder: Save Current Session |
Save the current set of open editors |
Session Builder: Load Session |
Open all files from a saved session |
Session Builder: Delete Session |
Remove a saved session |
Session Builder: List Sessions |
View all saved session names |
Access these via the Command Palette (Ctrl+Shift+P or Cmd+Shift+P ).
💾 Where Sessions Are Stored
Saved sessions are written to:
(C:\Users\<your_username>\AppData\Roaming\Code\User\globalStorage\publisher.session-builder\sessions )
Feel free to back them up, sync them, or edit them manually.
📦 Installation
code --install-extension wesleychestang.session-builder
Or find it on the Visual Studio Marketplace.
| |