sadesyllas / vscode-workspace-switcher

Easily switch between workspaces
GNU General Public License v3.0
28 stars 8 forks source link

vscode-workspace-switcher

Easily switch between workspaces

How to use

  1. Set the extension's configuration option vscodeWorkspaceSwitcher.paths to an array of folder globs, representing the folders where your .code-workspace files are stored
  2. Save a workspace file (.code-workspace)
    • Use the W-shaped icon in the Activity Bar and then click on the icon the view's title bar,
    • or, use the extension's subsection in Explorer, in the same way,
    • or, use the Ctrl-k Shift-w chord,
    • or, save it manually using VS Code's File menu
  3. Open any of your saved workspaces in the current window
    • Use the W-shaped icon in the Activity Bar and then click on name of the workspace you want to open,
    • or, use the extension's subsection in Explorer, in the same way,
    • or, use the Ctrl-k w chord
  4. Open any of your saved workspaces in a new window
    • Use the W-shaped icon in the Activity Bar and then click on the O-shaped icon next to the name of the workspace you want to open,
    • or, use the extension's subection in Explorer, in the same way,
    • or, Use the Ctrl-k Ctrl-w chord

When using a folder/name path as the workspace's file name, the folder prefix is automatically created before the workspace file is saved.

Configuration

This extension contributes the following settings:

Commands

This extension contributes the following commands:

Views

Key bindings

This extension contributes the following key bindings:

Dependencies