Marcis Bergmanis
Marcis Bergmanis
> > @faultyserver Fair enough, I think it's good to focus on standard CSS first. Also IMHO SCSS will eventually become redundant (once nested CSS is widely supported and many...
I have exactly the same issue with this. Either conflicting with default formatter or doesn't seem to respect biome.json config. I have a public repo that has this issue for...
Yeah, is this PR still on the table?
Is this unblocked now via this PR? - https://github.com/oven-sh/bun/pull/2019
Thanks! Not that I know of, no.
This is the performance I'm getting right now in showcase todo demo (and everywhere across showcase pages)  Seems crazy that it takes 18s to load 🤯
## Project A: - biome.json: ```json { "javascript": { "formatter": { "enabled": true, "quoteStyle": "double" } } } ``` - index.js: ```ts const hello = "world 1"; ``` --- ##...
Here's a minimal reproduction repo: https://github.com/Marcisbee/zed-repro-1 Readme contains all the steps needed to repdouce this. I'm on latest zed version as of now `Zed 0.174.5`