Skip to content

wottpal/vscode-auto-open-workspace

Repository files navigation

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

About

VSCode Extension that checks for *.code-workspace files in the active directory and offers to open them instead.

Resources

License

Stars

Watchers

Forks

Packages

No packages published