-
|
I decided to migrate from Prettier to Biome. CLI all done and working. But I have spent hours now trying to make VS Code + Biome extension work on CSS and HTML files. It works fine for JS / TS / JSON. Here's the latest iteration of biome.json: Any suggestions please? |
Beta Was this translation helpful? Give feedback.
Answered by
dcog989
Jan 17, 2026
Replies: 1 comment 1 reply
-
|
Sorry to hear that. It should just work with that config. Check the debug/trace logs for the extension. That might give you some more info to help troubleshoot. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for the reply. I got it working yesterday after posting - the biome.exe was not on path, possibly some other config options (I lost track of everything I tried!).
However, I was then seeing some bizarre behavior against Svelte files, stripping out all JS between
<script>tags. At that point, I decided to give up and return to Prettier as I had sunk too many hours in to it already.Will have another go at some point in the future, as I can see Biome has some big advantages over Prettier.