-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
Description
VS Code version
1.109.0
Extension version
3.3.0
Biome version
2.3.14
Operating system
- Windows
- macOS
- Linux
Description
Steps to reproduce
- Launch the VSCode as a new window.
- Open the file like
test.css.
Expected behavior
As I open file like test.css, Biome should load automatically and I can use format freely. But as I use the Biome: Restart command in VSCode command palette, everything goes normally. I guess the extension has a lazy loading mechanism, but it doesn't seem to work very well.
Does this issue occur when using the CLI directly?
No
Link to a minimal reproduction
No response
Logs
Before restart:
2026-02-07 19:07:02.726 [info] ----------------------------------------
2026-02-07 19:07:02.726 [info] π Biome extension 3.3.0.
2026-02-07 19:07:02.726 [info] β¨ Running in single-file mode.
2026-02-07 19:07:02.726 [error] β Unable to start Biome for single file: no active editor.
2026-02-07 19:07:02.726 [info] π Created 0 Biome instance(s).
2026-02-07 19:07:02.726 [info] π Started 0 Biome instance(s).
2026-02-07 19:07:02.726 [info] β¨ See the dedicated logging channels for more details.
After restart:
2026-02-07 19:14:11.418 [info] βΉοΈ Biome extension stopped.
2026-02-07 19:14:11.418 [info] ----------------------------------------
2026-02-07 19:14:11.419 [info] π Biome extension 3.3.0.
2026-02-07 19:14:11.419 [info] β¨ Running in single-file mode.
2026-02-07 19:14:11.419 [info] π Created 1 Biome instance(s).
2026-02-07 19:14:11.644 [info] π Started 1 Biome instance(s).
2026-02-07 19:14:11.644 [info] β¨ See the dedicated logging channels for more details.
Reactions are currently unavailable