Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Workspace FocusNew to Visual Studio Code? Get it now.
Workspace Focus

Workspace Focus

Stepan Kuzmin

|
2 installs
| (0) | Free
Focus on a folder by creating a workspace file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Workspace Focus

A VS Code extension that creates workspace files focused on a specific folder, named after the current git branch.

Usage

  1. Right-click on any folder in the VS Code explorer
  2. Select "Focus on this folder"
  3. A .code-workspace file is created at your git repository root

The workspace file is named after your current git branch (e.g., feature-auth.code-workspace for branch feature/auth).

Installation

From VSIX

code --install-extension workspace-focus-0.0.1.vsix

From Source

npm install
npm run compile
npm run package
code --install-extension workspace-focus-0.0.1.vsix

Requirements

  • VS Code 1.74.0 or later

License

MIT

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