Matija Marohnić

Results 244 comments of Matija Marohnić

> [!NOTE] > **Workaround**: just in case someone wasn't aware of this, in global settings I do `"language_servers": ["!biome", "..."]`, and in projects with Biome I add local settings with...

[Zed 0.200.4 changelog](https://zed.dev/releases/stable/0.200.4) mentions something exactly about fixing Biome's `require_config_file` behavior, but it talks about the formatter, which confused me so I didn't try whether they indeed solved this issue....

FWIW you can do a single top-level one: ```json { "language_servers": ["!biome", "..."] } ```

These generators served me big time when Node.js tooling for frontend started to bloom and was still difficult to set up. With Vite this is no longer the case, I...