⚡️ Initial HTTP proxy support for Copilot #29127
Replies: 58 comments 68 replies
-
|
Finally supported, thanks! |
Beta Was this translation helpful? Give feedback.
-
|
I tested on 2 JetBrains Rider installations, 1 work but the other got stuck at Retrieving completions... |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
|
Its crazy! |
Beta Was this translation helpful? Give feedback.
-
|
ok I will update my vscode immadeately ! |
Beta Was this translation helpful? Give feedback.
-
|
Thanks |
Beta Was this translation helpful? Give feedback.
-
|
This work is awesome and it will help thousands of Chinese users!! 👏👏 ❤️ |
Beta Was this translation helpful? Give feedback.
-
|
before i use github copilot old version . use a special way to use the function(use replace core-1.1.2xx.jar with core-1.1.20.jar ) IDEA info: system info : |
Beta Was this translation helpful? Give feedback.
-
|
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Beta Was this translation helpful? Give feedback.
-
|
IDE log |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
So no solution to this problem, even after reinstalling, updating, repairing, everything suggested by users since May 2022. This app seems broken for many users. I will have to get a refund I think, about 3 hours in trying to get this extension to work. |
Beta Was this translation helpful? Give feedback.
-
| I get this problem a lot! |
Beta Was this translation helpful? Give feedback.
-
|
We have proxy and custom certificates and, custom certificates are not read from standard ubuntu. I don't know what to do in order to fix this, because vscode support custom certificate behind a proxy but not this extension. Unless I am doing something wrong. |
Beta Was this translation helpful? Give feedback.
-
|
I have the same issue and error for 140.82.121.3. I requested to have access via proxy to this endpoint.
I'll give update if this is resolved with proxy adjustment. If that's the cases this should be listed for the configuration of Copilot behind Proxy. |
Beta Was this translation helpful? Give feedback.
-
|
The VSCode extension ‘Win-CA’ (must be set to ‘append’ mode) solves this issue. It tells VSCode to also trust the CA’s installed on the employees desktop. This makes VSCode happy again trusting the fake cert chain. good lucky |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Any updates on socks? |
Beta Was this translation helpful? Give feedback.
-
|
This sux, makes the copilot unusable at work |
Beta Was this translation helpful? Give feedback.
-
|
Hey guys, how can we do proxy for Visual Studio 2022, we dont get any love huh? ;( |
Beta Was this translation helpful? Give feedback.
-
|
Response #2 |
Beta Was this translation helpful? Give feedback.
-
|
How can I set HTTP proxy URL for vim Copilot extension? |
Beta Was this translation helpful? Give feedback.
-
|
For anyone still struggling to get it running behind a proxy and is using IntelliJ as their IDE do the following:
|
Beta Was this translation helpful? Give feedback.
-
|
It seems "Login to GitHub" doesn't work with the PAC script, at least in PyCharm. When I log in to GitHub with direct Internet access and switch to the corporate environment via VPN, further network communication works fine. |
Beta Was this translation helpful? Give feedback.
-
|
For the Jetbrains users:
|
Beta Was this translation helpful? Give feedback.
-
|
@umitaltintas Thanks. But for it worked in a different way
In bellow link at step:5 |
Beta Was this translation helpful? Give feedback.
-
|
It seems to me that the Copilot plugin for IntelliJ IDEA does not take into account proxy parameters when using the option "Auto-detect proxy settings" with an automatic proxy configuration URL (PAC). Testing the connection to GitHub using the "Check connection" button works, so probably a Copilot issue. When I inform the proxy information in the section "Manual proxy configuration" it works, though. Could you look into that? |
Beta Was this translation helpful? Give feedback.
-
|
Hope you have NLTM authentication soon. VSCode already supports it. Unfortunately the extensions don't use |
Beta Was this translation helpful? Give feedback.
-
|
Socks5 support? |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
We’re happy to announce that the latest release of Copilot for Visual Studio Code and Copilot for IntelliJ contains preliminary support for connecting through HTTP proxy servers.
The current version supports basic HTTP proxy setups, with and without basic authentication.
For Visual Studio Code
Ensure you have Copilot for VS Code 1.39.6432 or higher installed in your editor.
http_proxyandhttps_proxyvariables from your environment.For Jetbrains IntelliJ
Troubleshooting
Determine if your proxy setup is supported
Determine if you can connect to some of the GitHub endpoints using the command line like
You should see a HTTP 200 response:
If not, see if you can make
curluse your proxy to make the request and share the setup with us. If no argument is required, see below of potential environment variables that affect this.For example:
Determine if there is a proxy setup in your environment
We’d be more than happy to see your feedback on the new proxy support, whether it works for your setup or not. And if not, please include enough information using the approaches above to further debug those issues together.
Beta Was this translation helpful? Give feedback.
All reactions