-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.1.0 failed to locate biome language server #33
Comments
So I installed biome via pnpm, and based on my understanding, biome will download the binary via postinstall script, which pnpm will put them under |
pnpm creates a symbolic link though, so |
Yes, but apparently pnpm don't create symlink in |
Yeah... I guess we need to fallback to the node script. |
I'm trying to use oxc_resolver, but it just resolves to "/node_modules/@biomejs/cli-darwin-arm64/biome" :/ which is wrong. |
I believe we need to do it ourselves, I think. Check if the binary is a symbolic link and follow it |
Ah, what a bummer :/ |
For the VS Code extension, I had to resolve the cli packages in the context of the |
I checked the VSCode extension, it reminds me of yarn pnp, which I think this extension doesn't work OOB, but I think that can be fixed separately. |
In version 0.1.0, the extension doesn't able to locate the biome language server, which likely due to this change be0e886.
My current workaround is to customize the lsp binary in settings
The text was updated successfully, but these errors were encountered: