-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
🐛 error access vscode extensions #20
Comments
Could you provide a repository that reproduces this issue? This would help a lot. |
sorry but at work so not really the time, plus no idea why it happened so can't really reproduce. i just update my vscode extensions :/ someone on discord asked me to report the issue so here i am but not sure i will be a great help. :/ |
Which OS do you use? |
Same thing here. It's failing on macOS for me Here's a rage I took before applying permission change
|
I have no issue with npm on linux. Maybe a yarn-specific issue? |
I just tested with Yarn 3 on macOS with Biome 1.2.0 and had no issues. |
my biome rage is kind of a nightmare |
Could you please:
|
I've been able to reproduce by doing the following
Perform double update Output of
Rage
|
This just popped up after upgrading to 1.2
yarn.lock
How could an old version be hanging around after upgrade? Even weirder:
Starting and stopping via After clearing out node_modules and reinstalling, the error goes away. So it looks like there might be an issue around disposal of prior versions. |
Same issue here, hope your team can fix this! /bin/sh: project_path/node_modules/.bin/biome: Permission denied
at getSocket (/Users/.vscode/extensions/biomejs.biome-1.4.2-darwin-x64/out/main.js:19600:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async createMessageTransports (/Users/.vscode/extensions/biomejs.biome-1.4.2-darwin-x64/out/main.js:19615:16)
at async LanguageClient2.createConnection (/Users/.vscode/extensions/biomejs.biome-1.4.2-darwin-x64/out/main.js:15576:28)
at async LanguageClient2.start (/Users/.vscode/extensions/biomejs.biome-1.4.2-darwin-x64/out/main.js:15152:30)
at async activate (/Users/.vscode/extensions/biomejs.biome-1.4.2-darwin-x64/out/main.js:19421:3)
at async E.n (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:107:6206)
at async E.m (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:107:6169)
at async E.l (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:107:5626)
[cli-stderr] finish
|
Hey 👋, this issue may be fixed in the latest nightly version. Could you try it and tell us if you're still experiencing the issue? Here's the command to install the nightly version
After your tests, you can revert to the current stable version with the following command.
|
It's been 2 months since the last message, I assume the bug is fixed. If anybody happens to arrive here, please open a new issue. |
Environment information
biome rage return :
yarn v3 on a monorepo.
What happened?
update vscode extension got an error:
Discord asked me to run this command and it fixed the issue:
chmod +x ./node_modules/.bin/biome
been asked to reference this issue: rome/tools#3800
Expected result
update the vscode extension and it works
Code of Conduct
The text was updated successfully, but these errors were encountered: