Releases: biomejs/biome-vscode
Releases · biomejs/biome-vscode
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
v2.1.2
🐛 Bug fixes
- Only watch lock files in workspace root (#91)
v2.1.1
Bug Fixes
- Filter out unhandled schemes (#69)
v2.1.0
Bug Fixes
- Skip updates checks when offline
- EPERM error on windows installation (#7)
- Account for undefined destination
- Nightly versions in selector (#64)
- Handle versions list fetch failures (#65)
Features
- Stop requiring a configuration file (#30)
- Allow formatting and linting of in-memory files (#63)
v2.0.0
Documentation
- Refresh README (#4)
- Add instructions to release versions
Features
- Implement downloader (#2)
- Drop bundled configuration schema (#3)
- Indicate when using nightly in status bar (#14)
- Handle stable and nightly version installed together (#13)