biome-zed
biome-zed copied to clipboard
Official Biome extension for zed
I did not figure it out what is triggering this bug, but the code actions is simply not showing up after a random period of time after the IDE is...
Is there any configuration needed to make sure Zed is prefering Biome over native ESLint? When I install the extension (`v0.0.2`) in Zed Preview (`v0.131.4`), it creates a different formatting...
Issue: Biome Extension Overwrites Custom Formatting with Default Biome Formatting Description: When running `npx @biomejs/biome format --write src` to format biome files, the operation completes successfully and applies the custom...
So zed has no specific language for .jsonc files, all json files are interpreted as jsonc under "JSON". Now that the biome extensions uses "json" to interpret json files, we...
We should provide a way of loading a custom biome binary for development purpose.
I _think_ this should be enough, but I haven't found a way to test it yet. AFAIK, I can't tell the extension to use a custom binary.
The upcoming version of Biome (1.8) will introduce support for CSS. We should prepare a PR to add support for the CSS language to the extension
Thanks su much for building an extension for Biome ❤️ That's really awesome of you, both Biome and Zed are so new, I didn't expect an extension would even exist!...
When I save a file with the auto format enabled, the editor scrolls to the bottom of the file at least with .tsx files. This is my config: ```json "formatter":...