-
-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |