VS Code version
1.114
Extension version
3.6.1
Biome version
2.4.10
Operating system
Description
I installed biome using volta:
volta install @biomejs/biome
it's globally available, confirmed by running
> biome --version
Version: 2.4.10
i input the following settings in the settings.json
"editor.defaultFormatter": "biomejs.biome",
"biome.lsp.bin": "%LOCALAPPDATA%\\Volta\\bin\\biome.cmd",
"biome.suggestInstallingGlobally": false,
"biome.runFromTemporaryLocation": false,
biome is complaining that it can't find the binary.
2026-04-06 13:00:37.601 [error] Unable to find the Biome binary.
Steps to reproduce
- volta install @biomejs/biome
- install the biome vscode extension
- setup the extension
Expected behavior
When Biome is installed globally via Volta and the biome.lsp.bin setting points to the correct Volta binary path, the VS Code Biome extension should successfully locate and use the Biome executable without errors.
Does this issue occur when using the CLI directly?
Not sure / Not applicable
Link to a minimal reproduction
No response
Logs
VS Code version
1.114
Extension version
3.6.1
Biome version
2.4.10
Operating system
Description
I installed biome using volta:
volta install @biomejs/biomeit's globally available, confirmed by running
i input the following settings in the settings.json
biome is complaining that it can't find the binary.
Steps to reproduce
Expected behavior
When Biome is installed globally via Volta and the
biome.lsp.binsetting points to the correct Volta binary path, the VS Code Biome extension should successfully locate and use the Biome executable without errors.Does this issue occur when using the CLI directly?
Not sure / Not applicable
Link to a minimal reproduction
No response
Logs