biome-vscode
biome-vscode copied to clipboard
feat: v3
This PR implements version 3 of the extension.
Features
Workspace folders
- [x] Support single-file contexts
- [x] Support
1-Nworkspace folders
Automatic reloading
- [x] Reload LSP sessions when configuration changes
- [x] Reload LSP sessions when Biome is updated
Activation strategy
- [ ] Introduce
biome.enabledoption - [ ] 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)