Skip to content

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

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


Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

S-Bug-confirmedStatus: Report 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