Thorsten Ball

Results 480 comments of Thorsten Ball

Small update here after digging into what VS Code does with `ruby-lsp`: - `ruby-lsp` barely never sends any completions back to a `textDocument/completion` request, which is why we don't show...

End of day update. Short version: - opened a draft PR that adds `ruby-lsp`: https://github.com/zed-industries/zed/pull/8613 - I don't think `ruby-lsp` works better than `solargraph` out of the box. - VS...

> This is not correct. The VS Code extension has no fallbacks and doesn't augment any features outside of the specification. I meant to say that VS Code uses `textDocument/documentSymbols`...

We seem to support `workspace/didChangeWatchedFiles`, yes: https://github.com/zed-industries/zed/blob/36c48318065d61812f4c7d682cdaf63b9ebd6cf7/crates/project/src/project.rs#L3832-L3897 But I'm not too familiar with the code, nor with that part of the protocol to see what we might be missing. I'll...

Yep, already had that tracing enabled locally, just didn't know where to look. So, I think there's a bug on our side, like suspected. We _do_ get the following message...

@michealp-coder can you record a video of the bug reproduction? I can't reproduce it here. I open Zed, I close, I reopen and window size is restored. Same goes for...

Yeah, seems like the same problem as in that other issue: we don't save the window size/position if you don't open a project.

We'll just have to get to it. Right now we're busy with other stuff that's also highly requested (such as the Linux port), but I hope we can get to...

Reopening this since, yes, the issue isn't fixed for custom formatters. I went with prettier first, because that's consistent across many file types and languages and by default allows formatting...

> I don't know what else would prevent Zed from knowing what language server to associate with an unsaved a file. I'll need to dig into this, I think maybe...