mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
45e2c01773
In #6954 a user has trouble using copilot. We haven't gotten to the
bottom of the problem, but one problem is that apparently sometimes (I'm
going to find out when) copilot sends an `"OK"` status message without a
username. This is from the user's logs:
2024-02-20T15:28:41-03:00 [ERROR] failed to deserialize response from
language server: missing field `user`. Response from language server:
"{\"status\":\"OK\"}"
The official `copilot.vim` plugin handles this as if the user is not
authenticated (!= authorized):
|
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |