Skip to content

Latest commit

 

History

History
133 lines (68 loc) · 6.91 KB

File metadata and controls

133 lines (68 loc) · 6.91 KB

biome

3.6.1

Patch Changes

  • 02a285e Thanks @nhedger! - Revert #995 until we find a way to resolve the path without triggering security policies

3.6.0

Minor Changes

  • #1003 4fa0ab8 Thanks @nhedger! - Conditionally wait for configuration change notification on stop

    Up 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 1428b59 Thanks @nhedger! - Warn when overlapping workspace roots cause multiple Biome sessions to apply to the same files.

Patch Changes

3.5.0

Minor Changes

  • #974 af4f3a0 Thanks @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.

3.4.3

Patch Changes

3.4.2

Patch Changes

3.4.1

Patch Changes

3.4.0

Minor Changes

  • f50051f Thanks @nhedger! - Automatically trust biomejs.dev domain for JSON schema downloads

3.3.1

Patch Changes

  • 0fc659c Thanks @AMDphreak! - correctly resolve global modules when npm is missing/unconfigured

  • 4991c09 Thanks @wtto00! - Unable to find the global Biome binary on Windows

3.3.0

Minor Changes

3.2.0

Minor Changes

3.1.2

Patch Changes

3.1.1

Patch Changes

3.1.0

Minor Changes

Patch Changes

3.0.3

Patch Changes

3.0.2

Patch Changes

  • #619 f7abb6c Thanks @nhedger! - Allow using relative paths in biome.lsp.bin

    This fixes a regression introduced in v3 where relative paths could no longer be used inside of the biome.lsp.bin setting.

3.0.1

Patch Changes

3.0.0

Major Changes

  • Release v3