Andy Waite

Results 394 comments of Andy Waite

> I'm a bit confused. My understanding of the problem was that Zed did not expect requests from the language server before the initialize response was returned, which they fixed,...

btw, the problem can be reproduced in VS Code if you set: ```json { "rubyLsp.enabledFeatures": { "codeLens": false, "documentLink": false, "documentSymbols": false, "foldingRanges": false } } ```

I expect some will be supported _eventually_. There's a tracking issue [here](https://github.com/zed-industries/zed/issues/26916) which includes `foldingRange` at least, although it's not the [roadmap](https://zed.dev/roadmap). One thing that's odd is that Zed has...

Good news - newer versions of Zed are now sending `textDocument/codeLens` requests, meaning `run_combined_requests` is triggered, and files containing new declarations are indexed. Other editors may still be impacted, but...