Closed ginkishi closed 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.
Delete the folder matching your OS:
~/.config/Code/User/globalStorage/biomejs.biome
~/Library/Application\ Support/Code/User/globalStorage/biomejs.biome
C:\Users\[User]\AppData\Roaming\Code\User\globalStorage\biomejs.biome
Find all workspaces that have a biome binary downloaded
find ~/Library/Application\ Support/Code/User/workspaceStorage -name "biome"
And delete those folders.
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?