Jon Gretar Borgthorsson
Jon Gretar Borgthorsson
> Oooh, thank you. You'll need to address the clippy lints shown in the failing checks below. Thanks @rgbkrk Yeah I'm hitting a roadblock with the `test_markdown_code_blocks` test. Don't quite...
Got the tests running. Thanks to generous help from Zed's new Agent mode. 😆 Don't know if the solution is to everyones liking. But it runs.
This is now ok I think. Just for future reference. How do I run the syntax check locally? Or is there a single command to run all the same tests?
I was just filing a bug report in Zed about this before finding this issue here. This sounds a bit like a Zed proper error to be honest. https://github.com/zed-industries/zed/issues/28316
Is there any work being done on this?
You could just make a custom command that looks for `uv.lock` and shows an icon.
Here is an example that I made. ```TOML [custom.uv] command = 'cat .python-version' detect_files = ['uv.lock'] symbol = 'UV ' style = 'bold bright-red' ```` Instead of `UV` as the...
Did you ever figure this out with the background color?
> Hey there, R code is managed with the [R extension](https://github.com/ocsmit/zed-r), you can see the recommended steps for running R code and if you want us to include R markdown...
> Yep. Looks like Zed hard coded support for TypeScript and Python support in [#15100](https://github.com/zed-industries/zed/pull/15100). > > Happy to review PRs if someone gets it working with R/Julia. Made an...