Tim Havlicek

Results 24 comments of Tim Havlicek

> Would it work to map the `JSON` language to `jsonc` on the Biome extension side? > > ```toml > [language_servers.biome] > name = "Biome Language Server" > language =...

Version: 1.0.188 Platform: Windows 11 22H2 and MacOS 13 Frontend: xterm-webgl I have the same problem on my Windows 11 and MacOS 13. It seems that as soon as I...

Maybe related: https://github.com/zed-industries/zed/issues/11288

@maxdeviant Yes, these are my exact settings: ``` { "formatter": "language_server", "language_servers": [ "biome", "typescript-language-server", "!eslint", "..." ] } ```

Maybe it would make sense to have a setting like this? ``` { "formatter": { "language_server": "biome" } } ```

@unitythemaker `source.fixAll` fixes linting errors in most cases. This may work for for eslint, but its not a universal solution. Mainly because eslint sees formatting errors as lint errors, but...

@mikayla-maki sure thing. First of all, it is just not clear at the moment, what language server is used to format using current "formatter" settings. When I format a file,...

> I noticed that too. However, that's the settings zed file, so I suppose zed does the same thing as VSCode. > > If you opened another JSON file, you...

> Is it possible to use this extension with Astro files? I know biome already has partial support for Astro Yes, try it with the latest zed preview.