ZIm/crates/copilot/src
Thorsten Ball a97ab5eb3d
language servers: Fix wrong language server name (#20428)
This fixes the issue of multiple language servers showing up as `node`
in the language server logs dropdown.

It does this by changing `language_server.name()` to return the
adapter's name, not the binary name, and changing types to make sure
that we always use this.

Release Notes:

- Fixed language server names showing up only as `"node"`

---------

Co-authored-by: Sam Rose <hello@samwho.dev>
Co-authored-by: Bennet <bennet@zed.dev>
2024-11-11 10:18:38 +01:00
..
copilot.rs language servers: Fix wrong language server name (#20428) 2024-11-11 10:18:38 +01:00
copilot_chat.rs Update Copilot Chat max_tokens soft limits (#20363) 2024-11-07 16:03:12 -05:00
copilot_completion_provider.rs Support .editorconfig (#19455) 2024-10-21 13:05:30 +03:00
request.rs lsp: Revert URL type change (#13193) 2024-06-18 12:39:56 +02:00
sign_in.rs Fix mouse clicks on remote-open-folder UI (#19851) 2024-10-28 12:55:55 -07:00