A minimal VS Code extension inspired by Project Manager. It lets you save the current workspace folder, view saved projects in the Activity Bar, open a saved project, and delete saved entries.
Commands
Project Manager: Save Current Project
Project Manager: Add Folder
Project Manager: Open Project
Project Manager: Search Projects
Project Manager: Edit Project
Project Manager: Delete Project
Project Manager: Refresh Projects
Features
Save the current workspace as a project.
Add any folder manually.
Organize projects with one group and multiple comma-separated tags.
Search projects by name, path, group, or tag.
Store project data in a JSON file for backup and migration.
Settings
simpleProjectManager.storageFile: Absolute path to the JSON storage file. Leave empty to use the extension global storage file.
simpleProjectManager.groupBy: Group the tree by group, tag, or none.
simpleProjectManager.openInNewWindow: Open projects in a new VS Code window by default. Defaults to true.
Development
npm install
npm run compile
Press F5 in VS Code to launch an Extension Development Host.