fork of folke/vscode-monorepo-workspace (last update was in 2019)
Manage monorepos with multi-root workspaces. Supports Cargo, NX, Lerna, Yarn, Pnpm, Rushjs and recursive package directories.
All Monorepo Workspace functionality can be found in the command palette. Available commands:
Monorepo: Select Workspace Folders
: select active folders in your workspace, including packages in your repositoryMonorepo: Open Package (Current Window)
: open a package from your repository in the current windowMonorepo: Open Package (New Window)
: open a package from your repository in a new windowMonorepo: Open Package (Workspace Folder)
: add a package from your repository as a workspace folder
You can also create workspace folders for all your repository packages with Monorepo: Sync Workspace Folders
:
Monorepo Manager tries to detect the type of package (library, application or tool) based on configurable regexes.
The workspace folder prefix containing the emoji is also configurable.
You can also configure custom types with a prefix in your JSON settings:
{
"monoWorkspace.folders.custom": [
{"regex":"app1", "prefix": "🔥"},
{"regex":"app2", "prefix": "📚"}
]
}
You can find all options under "Monorepo Workspace" in your configurtion.
See the CHANGELOG