Hi! There are some options. I will have a look at what we can do here.
Hi! There are some options. I will have a look at what we can do here.
Whoops, native tabs do not work in @zed.dev :(
github.com/zed-industri...
Looks nice! I was working in the same field some time ago, and I created the gem why command: bsky.app/profile/vita...
DAP support for the `debug` gem could use a couple of bug fixes and improvements.
I kept getting bitten by regressions in tree-sitter queries for the Ruby extension in @zed.dev. So I added snapshot-based tests (hello Jest!) that capture query matches and make changes obvious in dev&review. hehe. github.com/zed-extensio...
Ruby extension for @zed.dev updated to 0.16.4: better Ruby test name extraction and per-Ruby-version gem installs to avoid compatibility issues.
NOTE: clean up your Ruby ext work directory so old gems don't cause trouble. See the release note for instructions: github.com/zed-extensio... Thanks!
Hard to decide. I'm constantly switching between:
- Berkeley Mono
- MonoLisa
- Maple Mono
- PragmataPro
Hanami is hard but really enjoyable!
Power of Tree-sitter in @zed.dev! Tagged template literals in your JS/TS with just 5 lines of code.
If you're an extension author for @zed.dev, check out the Tree Sitter Query extension that adds the ts_query_ls language server (github.com/ribru17/ts_q...) It supports linting, go to definition, autocomplete, and formatting, making DX much nicer when working with *.scm files.
Thank you! I really appreciate that!
GitLab! π
I like gifts. Who doesnβt?
This amazing hoodie from @zed.dev arrived today. I was recognized as a Community Champion. Zed has become central to my daily workflow, so getting this from the team behind it means a lot. Thank you, Zed team! β€οΈ
Happy to hear your thoughts on the Ruby language support. Feel free to raise an issue at github.com/zed-extensio... or just complain here :)
Yeah, this seems like the best way to go.
IMO, an extension should not provide any snippet because snippets are too opinionated.
We can only remove them as part of the extension, unfortunately. I think that should be reported to upstream: have a better way over controlling snippets.
The Ruby extension for @zed.dev just got better! Huge thanks to @marcoroth.dev for adding `zed-comment` support (including all ERB languages) and RBS inline syntax highlighting!
You can find full release notes at github.com/zed-extensio...
This grammar can parse multi-line Ruby blocks :-)
Just released v0.1.0 of the tree-sitter grammar for HAML, packed with new features and bug fixes: github.com/vitallium/tr...
How do you configure macOS Tahoe to make it usable? Liquid Glass is completely unusable, and I'm tempted to switch back to Linux because of it. I've tried some options, such as reducing transparency and increasing contrast, but no luck.
While working on the Ruby extension for @zed.dev, I needed to check gem deps often. Didn't find a `gem why` like `yarn why`, so I made one! Check it out: github.com/vitallium/ge...
Good news, everyone! The Ruby extension v0.13.2 for @zed.dev has been released! This new version includes an important bug fix for `rbenv` and `mise` users who had a high probability of encountering an issue where the system Ruby was being used for LSPs. Thanks!
github.com/zed-extensio...
This is me next week, watching out for the great stuff and all the incredible speakers at @railsworld because I couldn't get a ticket.
Oh, wow. Thanks! Appreciate that!
I'm on buymeacoffee.com. If you like my work on the Ruby extension and other extensions for @zed.dev, you can buy me a coffee to fuel me up. β buymeacoffee.com/vitallium (or via GitHub github.com/sponsors/vit...)
Vacation's over. Time to get back to work!
The Ruby extension v0.12.0 for @zed.dev is out! This release includes bug fixes for the debugging feature. Check it out! Many thanks to the community for their contributions! github.com/zed-extensio...
I'm with you on that. That's why I went a bit crazy and created a tree-sitter grammar for HAML (github.com/vitallium/tr...). Then @davidcornu.com created a Zed extension for it - github.com/davidcornu/z.... After all that, I now think HAML isn't a great choice as a template engine.