Skip to content

Releases: biomejs/biome-vscode

v3.1.0

04 Jul 17:47
Compare
Choose a tag to compare

Features

  • feat: add support for locating biome in global node_modules by @nhedger in #644
  • feat: unshim binary by @nhedger in #670

Fixes

  • fix: remove unsupported compact trace mode by @nhedger in #666
  • Remove "here" debug log statement when active text editor changes by @mrnugget in #668
  • fix: only start one global instance by @nhedger in #682
  • fix: correctly dispose of watchers by @nhedger in #683
  • fix: absolute path handling in biome.lsp.bin by @nhedger in #685

New Contributors

Full Changelog: v3.0.3...v3.1.0

v3.0.2

30 May 06:00
Compare
Choose a tag to compare

Fixes

  • Fix a regression where you could no longer use relative paths in biome.lsp.bin

v3.0.1

29 May 14:51
Compare
Choose a tag to compare

Fixes

Normalize patterns by using forward slashes on Windows. This issue prevented formatting and linting files in nested folders.

v3

29 May 12:54
v3.0.0
454e149
Compare
Choose a tag to compare
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

06 Feb 19:35
v2.3.2
40f5d5a
Compare
Choose a tag to compare

🐛 Bug fixes

  • Do not use musl flavor on WSL

v2.3.1

31 Jan 16:01
7792df2
Compare
Choose a tag to compare

🐛 Bug fixes

  • Release missing graphql language support

v2.3.0

04 Jun 19:39
b060d63
Compare
Choose a tag to compare

🚀 New features

  • Enable extension for CSS files (#222)

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