Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Biome MonorepoNew to Visual Studio Code? Get it now.
Biome Monorepo

Biome Monorepo

Preview

fronterior

|
5 installs
| (0) | Free
Toolchain of the web for monorepo
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Biome Monorepo

An unofficial VS Code extension that enables Biome formatting in monorepo environments.

Unlike the official plugin, this extension maps Biome binaries to monorepo workspaces to configure projects that will work properly.

Therefore, this plugin will be maintained until the official plugin supports this functionality.

Usage

Open the monorepo root folder in VSCode. Add Biome-related settings to the configuration file (.vscode/settings.json) of the opened monorepo root folder. For detailed information about settings, please refer to the official documentation.

{
  "editor.formatOnSave": true,
  "editor.codeActionsOnSave": {
    "source.fixAll.biome": "explicit",
    "source.organizeImports.biome": "explicit"
  }
}

Features

  • Automatic Project Detection: Automatically detects Biome projects in monorepo workspaces
  • Per-Project Binary Management: Each project uses its own Biome version and configuration
  • Multiple LSP Servers: Runs separate Language Server Protocol instances for each Biome project

Commands

  • Biome Monorepo: Restart - Restart all Biome LSP sessions

Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.

Plans

  • Yarn PnP support
  • Windows binary temporary file optimization

Acknowledgments

Based on the official Biome VS Code Extension by the Biome team.

License

MIT

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