Vitaly Slobodin
Vitaly Slobodin
@notpeter hi! Could you please check if the git colors are still hard to differentiate? Thanks!
Hi! Thanks for reporting this. I marked it as an upstream issue (in Ruby LSP), but I'm not fully sure. I'll double-check. @Samsinite can you please check which Ruby LSP...
> I do want to mention that upgrading to Ruby 3.2 has thankfully solved this issue for me. Still curious why the ruby-lsp extension in VSCode works though and not...
Hi. I think that was a glitch on the Zed's side when it was packing the Ruby extension: https://github.com/zed-industries/extensions/issues/3400#issuecomment-3390405549 I will publish a new release to resolve that. Thanks!
@alekseyg Hi! The new version has been released. Could you please try again and see if your issue has been resolved? Thanks!
Hi, I think there is something wrong with your configuration because both `steep` and `sorbet` are disabled by default: https://github.com/vitallium/zed/blob/83d361ba694fac74a131fde835ecae26b043100f/assets/settings/default.json#L1670 Can you please share your configuration? Thanks!
@hakanensari Hi! Sorry for the late reply. That expandable thing `...` works in a somewhat weird way. It means the rest of the language servers, even the disabled ones. In...
>Might be nice if the docs explained what the ellipsis expands to, or if Sorbet and Steep, if enabled by default, only kicked in when a project actually has a...
Hi. I'm not sure if this is related to Zed itself or `rdbg` but I will have a look. Thanks!
Dropping some findings: 1. The `debug` gem [does not natively support redirecting](https://github.com/ruby/debug/blob/master/lib/debug/server_dap.rb#L205) STDOUT/STDERR to DAP. Note, for some reason, that works in VSCode. ~~2. Zed does not capture STDOUT/STDERR either,...