MonolithiumQuickly navigate monorepos with multi-root workspaces. Supports npm, turborepo, lerna, yarn, pnpm, rushjs, and .code-workspace files FeaturesAll Monolithium functionality can be found in the command palette. Available commands:
Vscode WorkspacesVscode workspaces (.code-workspace) are a useful feature in monorepos. They are especially useful if you need to apply different settings for different packages via
with the following settings:
Doing so will preserve the functionality of package specific Note that while .code-workspace files will be opened (if available), they are not the source of truth for your monorepo structure. The Extension SettingsMonorepo 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:
You can find all options under "Monolithium" in your configurtion. |