Releases: biomejs/biome-vscode
Releases · biomejs/biome-vscode
v3.0.2
Fixes
- Fix a regression where you could no longer use relative paths in
biome.lsp.bin
v3.0.1
Fixes
Normalize patterns by using forward slashes on Windows. This issue prevented formatting and linting files in nested folders.
v3
We’re excited to announce that version 3 of the Biome VS Code extension is now available!
This release includes a range of new features and improvements to make your development experience even better:
- 🗄️ Support for multi-root workspaces
- 📝 Support for single-file mode
- 👻 Support for unsaved files
- 🔄 Automatic reload after updating Biome
- ⚙️ Automatic reload after configuration changes
- ✨ Improved status indicator
See the announcement blog post for more information
v2.3.2
🐛 Bug fixes
- Do not use
musl
flavor on WSL
v2.3.1
🐛 Bug fixes
- Release missing
graphql
language support
v2.3.0
🚀 New features
- Enable extension for CSS files (#222)
v2.2.3
🐛 Bug fixes
- Musl libc detection (#224)
v2.2.2
🐛 Bug fixes
- Workspace-relative paths in
biome.lspBin
(#163)
v2.2.1
🚀 New features
- Add Yarn PnP support (#134)
- Search for
biome
in PATH (#129)
- Add
astro
, vue
, and svelte
support (#141)
- Publish nightlies as pre-releases (#145)
- Support enabling and disabling the extension from configuration
- Add activation events for
vue
, svelte
and astro
🐛 Bug fixes
- Activation failure without a workspace (#98)
- Scan workspace folders until biome is found (#108)
- Ensure biome binary exists at path (#128)
- Rollback
undici
and vscode-languageclient
updates
v2.2.0
🚀 New features
- Add Yarn PnP support (#134)
- Search for
biome
in PATH (#129)
- Add
astro
, vue
, and svelte
support (#141) (needs biome >=1.6)
- Publish nightlies as pre-releases (#145)
- Support enabling and disabling the extension from configuration
🐛 Bug fixes
- Activation failure without a workspace (#98)
- Scan workspace folders until biome is found (#108)
- Ensure biome binary exists at path (#128)
- Rollback
undici
and vscode-languageclient
updates