02a285eThanks @nhedger! - Revert #995 until we find a way to resolve the path without triggering security policies
-
#1003
4fa0ab8Thanks @nhedger! - Conditionally wait for configuration change notification on stopUp until now, we would always wait 1000ms when stopping the Biome LSP server, even if there were no configuration changes. This change makes it so that we only wait for the notification if there are actually configuration changes to be made, which should make stopping the server faster in cases where there are no changes.
-
#986
1428b59Thanks @nhedger! - Warn when overlapping workspace roots cause multiple Biome sessions to apply to the same files.
- #995
c9b2902Thanks @nhedger! - Fixed new biome version not being picked up when updating it with pnpm (#994)
-
#974
af4f3a0Thanks @astrochemx! - Now the extension exposes the file watcher controls to the user by adding two new settings:biome.lsp.watcher.kind: Controls how the Biome file watcher should behave.biome.lsp.watcher.pollingInterval: The polling interval in milliseconds.
These settings are passed to the Biome LSP server when it is started.
- #973
03d8195Thanks @astrochemx! - Fix copying ofweb-tree-sitter.wasmintoout
-
0fc659cThanks @AMDphreak! - correctly resolve global modules when npm is missing/unconfigured -
4991c09Thanks @wtto00! - Unable to find the global Biome binary on Windows
- #750 Thanks @daivinhtran! - Add tree-sitter-based token provider for GritQL
- #720
d7da4adThanks @stathis-alexander! - run biome from the project root when determining version
-
#644
9b90787Thanks @nhedger! - Add support for locating Biome in global node_modules -
#670
e4d6bd0Thanks @nhedger! - Resolve biome binary shims to real binary
-
#683
f63695cThanks @nhedger! - Correctly dispose of watchers to prevent duplicate sessions -
73c05ebThanks @nhedger! - Fix absolute path handling in biome.lsp.bin -
#682
8c694eeThanks @nhedger! - Ensure only one global LSP session is created
-
#619
f7abb6cThanks @nhedger! - Allow using relative paths in biome.lsp.binThis fixes a regression introduced in v3 where relative paths could no longer be used inside of the biome.lsp.bin setting.
- Release v3