Peter Tripp
Peter Tripp
I think this may be related to your video device or driver revision. The Intel(R) HD Graphics 5500 is ~10 years old (Broadwell, first launched Fall 2014) and has to...
All type processing/autocomplete is handled by LSPs. You should see subprocesses for each of these -- so it should be easy to tell whether it's Zed using the CPU or...
I'm going to go ahead and close this. Feel free to open a new pull-request for this in the future. Thanks!
I don't believe that taplo supports providing settings via LSP settings keys and you must use `.taplo.toml`. I believe you may have been following an example in [zed toml docs](https://zed.dev/docs/languages/toml)...
@akaihola 1. Is there anything in your Zed log? 2. Open `dev: language server logs` then select `taplo` and RPC messages is there anything of not there? 3. Do you...
Yeah, this sounds like an upstream LSP issue. I've seen something similar with the OmniSharp LSP: - https://github.com/zed-extensions/csharp/issues/1 Can you provide a minimal repository with files and steps that trigger...
not stale
All buffers in the same project should share the same single copy of rust-analyzer. Six copies running is a bug. Can you please edit your description to include the Zed.log...
Distinct from your multiple rust-analyzer instances, getting a value of `-1` in activeParameter from the Dart LSP is [against spec](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_signatureHelp). It should be an unsigned integer. ``` 2024-11-17T16:12:03.713720792+05:30 [ERROR] failed...
I believe this has been fixed and can no longer reproduce. If you are still still experiencing this with a recent Zed and macOS release please comment below with your...