Skip to content

Releases: biomejs/biome-vscode

v2.2.3

25 May 20:17
3d46505
Compare
Choose a tag to compare

🐛 Bug fixes

  • Musl libc detection (#224)

v2.2.2

07 Mar 05:18
b9f709a
Compare
Choose a tag to compare

🐛 Bug fixes

  • Workspace-relative paths in biome.lspBin (#163)

v2.2.1

06 Mar 18:44
25c9b86
Compare
Choose a tag to compare

🚀 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-languageclientupdates

v2.2.0

05 Mar 21:45
e35e127
Compare
Choose a tag to compare

🚀 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-languageclientupdates

v2.1.2

24 Jan 13:43
2fdda82
Compare
Choose a tag to compare

🐛 Bug fixes

  • Only watch lock files in workspace root (#91)

v2.1.1

05 Jan 16:54
006ca9c
Compare
Choose a tag to compare

Bug Fixes

  • Filter out unhandled schemes (#69)

v2.1.0

04 Jan 18:16
38f4e8f
Compare
Choose a tag to compare

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

26 Nov 14:56
1147800
Compare
Choose a tag to compare

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)