biomejs / biome-vscode

Biome extension for Visual Studio Code and VSCodium
https://marketplace.visualstudio.com/items?itemName=biomejs.biome
Apache License 2.0
235 stars 32 forks source link

🐛 [Beta] The extension starts TWO biome processes #363

Closed ematipico closed 2 months ago

ematipico commented 2 months ago

VS Code version

latest

Extension version

pre-release

Biome version

1.9.2

Operating system

Description

When you open the extension, there are two Biome processes

Steps to reproduce

  1. Start the extension in the Biome project
  2. Open the process manager and kill all processes related to Biome
  3. Use the command palette and run Biome: Start
  4. Check the process manager and check there are two biome-1.9.2 processes

Expected behavior

To have one process

Does this issue occur when using the CLI directly?

Not sure / Not applicable

Link to a minimal reproduction

No response

Logs

2024-09-23 14:30:17.943 [info] [Info  - 14:30:17] Server initialized with PID: 24165
2024-09-23 14:30:45.452 [info] [Error - 14:30:45] Biome language server closed
2024-09-23 14:30:56.387 [info] [Info  - 14:30:56] Server initialized with PID: 24328
2024-09-23 14:31:28.037 [info] [Error - 14:31:28] Biome language server closed
2024-09-23 14:31:41.732 [info] [Info  - 14:31:41] Server initialized with PID: 24397

Nothing interesting, I think

ematipico commented 2 months ago

Closing, it's normal now that I think about it.

Biome spawns two processes: one which is the Daemon, a second one that works as proxy