Closed dmitryd20 closed 6 months ago
It looks like the language server was trying to access https://copilot-proxy.githubusercontent.com but the certificate was incorrect. What happens if you access it directly in Safari?
How did you setup the proxy? Which version of Node are you using?
If you are using self signed certificate, please use the workaround in this issue.
If you would like to try the latest version of the language server, you can download it from copilot.vim and extract the dist folder into ~/Library/Application\ Support/com.intii.CopilotForXcode/GitHub\ Copilot/executable/copilot
Tried the latest Language Server version from Copilot.vim v1.31. And it works without any errors/warnings.
So, the reason was inside the Language Server. Thanks for help!
Before Reporting
Describe your issue
I have been using Copilot for Xcode with proxy for several months and it was working perfectly. At some moment suggestions stopped working. Details:
Application shows "Status: OK" when using proxy.
When triggering suggestions loading from Xcode editor, I see the following two errors from CopilotForXcodeExtensionService:
All of my iOS teammates have the same error.
My Android teammates use the same proxy with Jetbrains IDE Copilot plugin and it still works without any problems.
What have I tried: