Zed extension
Este conteúdo não está disponível em sua língua ainda.
Installation
Section titled InstallationRequires Zed >= v0.131.0.
This extension is available in the extensions view inside the Zed editor. Open zed: extensions
and search for Biome.
Configuration
Section titled ConfigurationBy default, the biome.json file is required to be in the root of the workspace.
Otherwise, it can be configured through the lsp settings:
Formatting
Section titled FormattingTo use the language server as a formatter, specify biome as your formatter in the settings:
Enable biome only when biome.json is present
Section titled Enable biome only when biome.json is presentProject based configuration
Section titled Project based configurationIf you’d like to exclude biome from running in every project,
- Disable the biome language server in user settings:
- And enable it in the project’s local settings:
The same can be configured on a per-language basis with the languages
key.