Skip to content

Releases: biomejs/biome-vscode

v3.4.1

24 Feb 12:03

Choose a tag to compare

What's Changed

  • fix: add trusted domain only if not explicitly set by @nhedger in #960

Full Changelog: v3.4.0...v3.4.1

v3.4.0

10 Feb 08:33

Choose a tag to compare

What's Changed

  • feat: automatically trust biomejs.dev for json schema downloads by @nhedger in #946

Full Changelog: v3.3.1...v3.4.0

v3.3.1

10 Feb 04:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.3.1

v3.3.0

24 Oct 15:18

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

14 Aug 19:21

Choose a tag to compare

What's Changed

Full Changelog: v3.1.2...v3.2.0

v3.1.2

06 Aug 07:48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

05 Aug 12:09

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

04 Jul 17:47

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

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

Choose a tag to compare

Fixes

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