Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Parable WorkspacesNew to Visual Studio Code? Get it now.
Parable Workspaces

Parable Workspaces

Stanley Gomes

|
3 installs
| (0) | Free
The elegant and efficient workspace manager for your projects.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Build License GitHub stars GitHub issues TypeScript

🗃️ Parable Workspaces

screenshot

Parable Workspaces is the elegant and efficient workspace manager for your projects in vscode, cursor and antigravity.

  • Instant Project Switching: Quickly jump between saved workspaces without losing your flow.
  • Visual Identification: Assign colors and icons to your workspaces for instant recognition in the Activity Bar.
  • Quick Access: Search and open projects directly from the command palette (Ctrl+P).
  • Automatic Detection: Get notified to save new folders as workspaces as soon as you open them.
  • Peacock Integration: Customize the editor's color scheme per workspace to never lose track of where you are.

🌐 Plugin Marketplace Links

Platform Link
VS Code Visual Studio Marketplace
Antigravity / Cursor Open VSX Registry

📋 Table of Contents

  • Usage
  • Keyboard Shortcuts
  • Configuration
  • Development
    • Requirements
    • Building from source
    • Running tests
    • Running code inspections
  • CI/CD
  • Contributing
  • License

🚀 Usage

Opening the Tool Window

  • Click on the Parable Workspaces icon in the left sidebar of your editor;
  • Use the List Saved Projects command from the Command Palette.

⌨️ Keyboard Shortcuts

Waiting for implementation...

🛠️ Development

Requirements

- Node.js 22.x+
- VS Code 1.85.0+

Running and Debugging

  1. Open the project in Visual Studio Code.
  2. Install dependencies:
    npm install
    
  3. Press F5 to start a new VS Code instance with the extension enabled.
  4. To debug the Webview:
    • Open the Parable Workspaces view.
    • Run the command: Developer: Open Webview Developer Tools from the Command Palette.
  5. To debug the Extension Host:
    • Check the Debug Console in the main VS Code window for logs and errors.
    • Set breakpoints directly in the TypeScript files.

Available Commands

Command Description
npm install Installs dependencies
npm run build Compiles the extension
npm run lint Runs ESLint checks
npm run test Runs extension tests
npm run package Packages the extension for distribution
npm run publish Publishes the extension to VS Code Marketplace
npm run ovsx:publish Publishes to OpenVSX Registry

Coverage reports are generated in coverage/ and use the nyc tool.

🚀 CI/CD

This project uses GitHub Actions for continuous integration and deployment. The following workflows are configured:

Build Workflow (build.yml)

  • Trigger: Push to master branch or pull requests
  • Actions:
    • Validates conventional commits
    • Builds and validates the VS Code extension (lint, test, package)

Release Workflow (release.yml)

  • Trigger: Manual dispatch (workflow_dispatch)
  • Version auto-detection: The workflow reads commits since the last v* tag and applies semantic versioning rules (breaking change → major, feat: → minor, everything else → patch).
  • Jobs:
    1. prepare_release — auto-calculates versions, bumps files, updates changelogs, opens a PR targeting master, and creates the v<version> tag
    2. publish_vscode (conditional) — packages and publishes to Visual Studio Marketplace and OpenVSX
    3. create_release (conditional) — creates separate GitHub Releases per plugin and attaches built artifacts

Deploy Landpage Workflow (deploy-landpage.yml)

  • Trigger: Push to master affecting landpage/**, or manual dispatch
  • Actions:
    • Builds and deploys the landing page to Vercel

📦 How to Release

  1. Go to Actions → Release in the GitHub repository.
  2. Click Run workflow.
  3. The workflow will automatically:
    • Detect the new version from commits since the last release tag using semantic versioning.
    • Bump versions in package.json.
    • Update the CHANGELOG.md with commit entries.
    • Open a release PR with the generated changes targeting master.
    • Create the v<version> git tag.
    • Publish to the selected marketplaces.
    • Create separate GitHub Releases per plugin with built artifacts.

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

🔗 Links

  • Issue Tracker
  • AZURE Dev
  • OpenVSX Publisher

Made with ❤️ by Lumen HQ

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft