Vitaly Slobodin

Results 59 comments of Vitaly Slobodin

By making a wonky, hacky patch to the locally installed `debug` gem, I was able to get STDOUT in the console:

Opened an issue on the `debug` issue tracker https://github.com/ruby/debug/issues/1160 to get confirmation from the authors first.

Hi! This issue has been fixed in [v0.13.2](https://github.com/zed-extensions/ruby/releases/tag/v0.13.2). We can close this issue as resolved. Thanks!

Hi! Sorry for the late reply, but can you please check if this issue is still happening? I think it was fixed in Zed some time ago. Thanks!

Hello! AFAIK this is not currently possible but there is a related discussion about extending the Extension API to support running multiple LSPs in different directories - https://github.com/zed-industries/zed/discussions/21990 You might...

Hi, thanks for reporting. This scenario looks like an issue with converting (runnable) tasks into a DAP scenario [here](https://github.com/zed-extensions/ruby/blob/8892e89989460c52b19858da3080a835ddccc721/src/ruby.rs#L327). I will try replicating your scenario, but a minimal reproduction would...

Hi. Unfortunately, no. In order to support HAML templates, we need to get HAML support in Zed first. Zed relies on [tree-sitter](http://tree-sitter.github.io) grammars to provide basically everything it has: syntax...

Tree-sitter grammar for HAML is here - https://github.com/vitallium/tree-sitter-haml. I will enable HAML support in the next version.

There is an upstream issue to support HAML by Stimulus LSP https://github.com/marcoroth/stimulus-lsp/issues/51