Marshall Bowers
Marshall Bowers
For some added context, we've been holding off on implementing `xz` support because it involves taking a dependency on `liblzma`, which was the library that [was backdoored](https://www.bleepingcomputer.com/news/security/new-xz-backdoor-scanner-detects-implant-in-any-linux-binary/) earlier this year.
We also made some changes in https://github.com/zed-industries/zed/pull/31352 to avoid including large or binary files when creating checkpoints in the agent, which may also help.
The published extension doesn't have any languages registered for it (notice how it is missing the "Languages" tag): I believe the problem is that your language `config.toml` file is using...
Tailwind support is currently available natively in Zed.
It sounds like the slowness is likely from creating a checkpoint when sending a message (which we use Git for). We've introduced a fix in https://github.com/zed-industries/zed/pull/31352.
The HTML extension is auto-installed by default: https://github.com/zed-industries/zed/blob/4ddf2cbb9f8a7ea49226a95bf4a35445ebc8ada3/assets/settings/default.json#L735-L741 To prevent it from being auto-installed you can add this to your settings: ```json { "auto_install_extensions": { "html": false } } ```...
This doesn't seem to work as intended. Here I am trying to render [this SVG](https://commons.wikimedia.org/wiki/Category:SVG_files#/media/File:Dragon_clip_art.svg): The red, green, and blue SVGs are using the existing monochrome SVG rendering. The final...
The functionality in this PR doesn't seem to work, based on my testing. Supporting polychrome SVGs in GPUI is something that we would be interested in supporting, but we're not...
This looks good, @huacnlee! I'd like for @as-cii to take a look over once he's back.
In the similar vein as https://github.com/zed-industries/zed/issues/12325, it's rather unlikely that we'll ever support this. At its core Zed is a collaborative code editor, so we don't want to hide the...