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.

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