Monorepo WorkspaceFocus on what matters. Hide the noise. Monorepo Workspace lets you define named profiles — curated sets of folders from your
How it worksThe extension writes to VS Code's built-in Root-level files and folders (tooling, config, CI, etc.) are always visible regardless of the active profile. Getting started
FeaturesWorkspace profilesDefine as many profiles as you need, each with its own set of visible folders:
Commit this file to share profiles with your team. Status bar buttonThe status bar shows your active profile at a glance with color coding:
Click the button to open the action menu:
Peek modeNeed to quickly look at a folder outside your profile? Hit Peek from the status bar menu. All hidden folders reappear temporarily. Click Restore to go back to your profile. Context menuRight-click any folder in the explorer to add or remove it from a profile directly. Always-visible root foldersAnything at the root that isn't a package directory ( Configuration
|
| Command | Description |
|---|---|
Monorepo: Switch Profile |
Switch to a different profile |
Monorepo: Create Profile |
Create a new profile |
Monorepo: Delete Profile |
Delete an existing profile |
Monorepo: Add Folder to Profile |
Add a folder to a profile via quick pick |
Monorepo: Toggle Peek |
Show/hide all folders temporarily |
Monorepo: Show All Folders |
Clear the active profile |
Monorepo: Open Settings |
Open extension settings |
Monorepo: Edit Config |
Open the raw config file |
How profiles are stored
Profiles live in .vscode/monorepo-workspaces.json. The active files.exclude entries are written to .vscode/settings.json by VS Code when you switch profiles.
Recommended .gitignore practice: commit monorepo-workspaces.json (shared profiles) but leave settings.json out if your team uses different active profiles.
