biome-vscode icon indicating copy to clipboard operation
biome-vscode copied to clipboard

feat: v3

Open nhedger opened this issue 1 year ago • 0 comments

This PR implements version 3 of the extension.

Features

Workspace folders

  • [x] Support single-file contexts
  • [x] Support 1-N workspace folders

Automatic reloading

  • [x] Reload LSP sessions when configuration changes
  • [x] Reload LSP sessions when Biome is updated

Activation strategy

  • [ ] Introduce biome.enabled option
  • [ ] Introduce biome.requireConfigurationFile

Status tracking

  • [ ] Show status of the current context in the status bar

Finder

  • [x] npm
  • [x] pnpm
  • [x] bun
  • [x] yarn
  • [x] yarn pnp

Settings

  • [ ] Implement migration workflow for existing settings

Init

  • [ ] Explor init command (https://github.com/biomejs/biome-vscode/discussions/230)

nhedger avatar Apr 21 '24 19:04 nhedger