Closed Lirrrx closed 6 months ago
I also have been trying to figure this problem out, but since zed and extensions have been changing a lot, it's hard to debug what's happening here.
Thanks for the issue! will continue this in https://github.com/biomejs/biome-zed/issues/5
biome.json
package.json script for formatting:
"format": "biome format --write \"src/**/*.ts\" \"test/**/*.ts\"",
zed settings.json
When I'm trying to save any file, biome doesn't format it. But I see that biome is work, because in vscode it works fine.