Marshall Bowers

Results 367 comments of Marshall Bowers

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

We'll need to discuss internally what the plan is for the old themes. One idea that was being considered was pulling the current built-in themes that get replaced into a...

Can we size the icon down a bit? It looks way too large in comparison with our other icons.

The icon still seems too large when compared to our existing icons. The C++ icon is at 512x512, while most of our other icons are 14x14.

The icon doesn't look quite right: You can barely make out the `++` in the icon. I think we need a different icon that is clearer at small sizes.

Since we can't seem to find an existing C++ icon that looks good, I think we're going to let the designer who made our other icons look into making a...

> My understanding is that this is frowned upon in general Frowned upon by whom? It's fairly common that our language servers respect the binary on the $PATH, if it...

@lino-levan Deno support has been extracted to an extension in https://github.com/zed-industries/zed/pull/10912, after being unblocked by the work done as part of https://github.com/zed-industries/zed/issues/10906. As part of extracting the Deno extension I...

Thanks, this seems like a nice improvement @phisch!

Hmm, in https://github.com/zed-industries/zed/pull/10052 we made it so installing an extension will install the latest compatible version. But perhaps that isn't working as intended?