biomejs / biome-vscode

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

No find a way to uninstall downloaded BiomejS binary in vscode #394

Closed ginkishi closed 1 month ago

ginkishi commented 1 month ago

Hello, After downloading and installing the biomejs binary with the help of vscode. Subsequently, I have not found a way to remove this binary in vscode's interface or through a terminal. Is there a way to do this?

image image

nhedger commented 1 month ago

The current stable version doesn't provide a way to do it from VS Code.

You'll need to delete the files manually.

Global storage

Delete the folder matching your OS:

Workspace storage

Find all workspaces that have a biome binary downloaded

find ~/Library/Application\ Support/Code/User/workspaceStorage -name "biome"

And delete those folders.