Peter Tripp
Peter Tripp
> this is very annoying any ideas what is the underlying problem? [zed-industries/tree-sitter-yaml](https://github.com/zed-industries/tree-sitter-yaml) properly supports syntax highlighting of multiple documents: --- I believe the original reported issue may have been...
@1hachem When I create this as `test.yaml` I don't see the schema errors. I assume because your pathing is triggering one of the built-in schema associations -- can you share...
1. @wazoo Can you provide the filename you are using for this?I believe the pathing you are using are causing these documents to be captured by the "Kubernetes" glob was...
@wazoo I was able to reproduce by installing the [Docker Compose Zed Extension](https://github.com/eth0net/zed-docker-compose). Uninstall that extension and you issue should go away. - See: https://github.com/eth0net/zed-docker-compose/issues/2
Can you please paste your Zed version info into the issue description? `cmd-shift-p` and `copy specs to clipboard`
@cthed2 Reported a similar error in dev (0.154.x) in #18086. Reopening here, hopefully we can find some reproduction steps. > The R code executes fine, I can't view images generated...
Looks like a bunch of other apps show the same thing. Open to ideas as to what's happening and/or potential fixes.
I'm open to ideas, but am not sure what actions would change this. Our pipeline is open source and clearly other folks (VLC, etc) are living with the same status...
I'm going to go ahead and close as unactionable. If anyone has ideas or knows how to solve this happy to review PRs / discuss further.
> spacing between lines Vertical spacing is handled by: ``` "terminal": { "line_height": { "custom": 1.5 } }, ```