zed/crates/lsp
Kirill Bulatov d58dd7eb8d Do not resubscribe for Copilot logs events (#3014)
Last follow-up of https://github.com/zed-industries/zed/pull/3002
Fixes
https://zed-industries.slack.com/archives/C04S6T1T7TQ/p1695281196667609

Copilot sends multiple events about its LSP server readiness, not
necessarily recreating the server from scratch (e.g. due to re-sign in
action). Avoid re-adding same log subscriptions on the same LSP server,
which causes panics.

Release Notes:

- N/A
2023-09-22 13:48:39 +03:00
..
src Do not resubscribe for Copilot logs events (#3014) 2023-09-22 13:48:39 +03:00
Cargo.toml Use updated lsp-types fork branch 2023-08-18 11:57:19 -04:00