Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Auto-Open WorkspaceNew to Visual Studio Code? Get it now.

Auto-Open Workspace

Dennis Zoma

|
168 installs
| (2) | Free
VSCode Extension that checks for *.code-workspace files in the active directory and offers to open them instead.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Extension: Auto-Open Workspace

VSCode Extension that checks the active directory for *.code-workspace files when opening a folder and automatically opens it.

It can also be manually invoked via the auto-open-workspace.open-workspace-file command.

Read more about VSCode Workspaces and how they work here.

screenshot_01.png

Installation

You can install the extension directly from the VSCode Marketplace.

Alternatively, download the latest release and execute:

code --install-extension vscode-auto-open-workspace-X.X.X.vsix --force 

Extension Settings

This extension contributes the following settings:

  • autoOpenWorkspace.enableAutoOpenIfSingleWorkspace: Automatically open workspace-file (if only one was detected). Select menu is shown otherwise. (defaults to false)
  • autoOpenWorkspace.enableAutoOpenAlwaysFirst: Always automatically open first detected workspace-file. (defaults to false)

Release Notes

0.0.4

New app icon by DALL·E 2.

0.0.3

Change the autoOpenWorkspace.enableAutoOpenIfSingleWorkspace to default false which is a more saner default.

0.0.2

Add options to automatically open (first) detected workspace-file.

0.0.1

Initial Release

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft