You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: use biome from system PATH if available (#148)
* Use biome from system PATH if available
* Prefer worktree installation if exists
* Use unwrap_or instead of map_or
* Remove redundant field name
* Format
feat!: remove compatibility for Biome v1 (#102)
* feat!: remove compatibility for Biome v1
BREAKING-CHANGE: Using the extension with Biome v1 is no longer supported. Please upgrade to Biome v2, or use older version of the extension.
* chore: bump version, add note to readme