Skip to content

🐛 VS Code Biome Extension Fails to Detect Globally Installed Biome via Volta #1012

@angelidis

Description

@angelidis

VS Code version

1.114

Extension version

3.6.1

Biome version

2.4.10

Operating system

  • Windows
  • macOS
  • Linux

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

  1. volta install @biomejs/biome
  2. install the biome vscode extension
  3. 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


Metadata

Metadata

Assignees

Labels

Bug confirmedReport has been confirmed as a valid bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions