Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Feb 25, 2025
1 parent 0161f6a commit 39ef154
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/reuse_workspaces.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@biomejs/biome": major
---

The Biome daemon now reuses its workspace across connections. This allows multiple clients to
reuse the same documents and other cached data that we extract from them.

This primarily affects our IDE extensions: If you open multiple IDEs/windows for the same project,
they'll connect to the same daemon and reuse each other's workspace.

The Biome CLI is unaffected unless you opt in with the `--use-server` argument.

0 comments on commit 39ef154

Please sign in to comment.