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
Projects in a workspace without Biome crash the extension. It's sort of expected on a single project, but quite on a possibly multi-language workspace.
internalError/io ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× Errors occurred while executing I/O operations.
Caused by:
Access is denied. (os error 5)
2024-12-26 10:51:21.085 [info] [Error - 10:51:20 AM] Biome language server error
2024-12-26 10:51:21.085 [info] [Error - 10:51:20 AM] Stopping server failed
2024-12-26 10:51:21.085 [info] Error: Client is not running and can't be stopped. It's current state is: starting
at BiomeLanguageClient.shutdown (c:\Users\hyore\.vscode\extensions\biomejs.biome-2024.12.22126\out\index.js:50368:21)
at BiomeLanguageClient.stop (c:\Users\hyore\.vscode\extensions\biomejs.biome-2024.12.22126\out\index.js:50339:23)
at BiomeLanguageClient.stop (c:\Users\hyore\.vscode\extensions\biomejs.biome-2024.12.22126\out\index.js:51249:24)
at BiomeLanguageClient.handleConnectionError (c:\Users\hyore\.vscode\extensions\biomejs.biome-2024.12.22126\out\index.js:50600:20)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
2024-12-26 10:51:21.085 [info] [Error - 10:51:20 AM] biome client: couldn't create connection to server.
2024-12-26 10:51:21.085 [info] Message: write EPIPE
Code: -32099
2024-12-26 10:51:21.085 [info] error: could not find bin metadata file
Bun failed to remap this bin to its proper location within node_modules.
This is an indication of a corrupted node_modules directory.
Please run 'bun install --force' in the project root and try
it again. If this message persists, please open an issue:
https://github.com/oven-sh/bun/issues
2024-12-26 10:51:21.085 [info] [Error - 10:51:20 AM] Biome language server closed
Steps to reproduce
Create a workspace with multiple projects where one doesn't have Biome either installed or at all.
Expected behavior
It should work for the projects that do use Biome.
Does this issue occur when using the CLI directly?
No
Link to a minimal reproduction
Kinda too big to include, but uninstalling Biome from a project should be enough.
Logs
No response
The text was updated successfully, but these errors were encountered:
It isn't a repository, but a VSCode workspace. That's precisely the issue. A single project that doesn't use/has Biome installed in a workspace crashes the others.
A repo is merely what we typically use to easily replicate end user's file structure. Usually that's enough, but in this case a repo and some instructions on how to configure vscode will suffice. I've personally never used the workspace feature so I have no idea how it works.
VS Code version
1.96.2
Extension version
2024.11.301111
Biome version
1.9.4
Operating system
Description
Projects in a workspace without Biome crash the extension. It's sort of expected on a single project, but quite on a possibly multi-language workspace.
Steps to reproduce
Create a workspace with multiple projects where one doesn't have Biome either installed or at all.
Expected behavior
It should work for the projects that do use Biome.
Does this issue occur when using the CLI directly?
No
Link to a minimal reproduction
Kinda too big to include, but uninstalling Biome from a project should be enough.
Logs
No response
The text was updated successfully, but these errors were encountered: