-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy Support for VS Code Actions Extension #189
Comments
Possibly duplicate of #143? Anyways, is this a good "first issue" for a new contributor? |
I guess this could be implemented with https://github.com/octokit/octokit.js#proxy-servers-nodejs-only and taking over proxy settings from the workspace. However, to fully support all scenarios, #39 should be resolved too. |
Need this |
Please |
This addon is pointless behind a corporate proxy firewall. I tried every type of proxy configuration on my windows machine and VS Code and it still will not reach the Github API while the other Github Addons work fine like Github Pull Request. Any work arounds until this gets addressed? |
I fear you would have to reconfigure your machine so it passes around the corporate proxy when connections are initiated from VSCode to GitHub. Otherwise, only a PR would help here... |
I just wanted to include the proxy support for Copilot announcement here so that we can try to re-use some of the implementation that they used when work begins: https://github.com/orgs/community/discussions/29127 I also wanted to say that we just added a note that OS certs and proxies aren't currently supported but are planned - https://github.com/github/vscode-github-actions?tab=readme-ov-file#supported-features (once these are completed we need to remove this note as well) |
It has been a year now, is there any movement on getting this done please? Developing GitHub Actions can be hard work, especially in a corporate setting, where workflows are now being used as deployment pipelines. I for one, would like to use this extension in my workplace (behind a proxy) to make my life a little easier. |
A slightly different issue but I believe it has the same cause - this extension cannot function when connected to a remote machine in VSCode. |
Has there been any movement on this? |
v0.27.0 also working for me behind a corporate firewall. Hopefully it has been implemented rather than a happy accident 😃 |
Is your feature request related to a problem? Please describe.
Morgan Stanley users receive an error when using the Actions extension for VSCode, blocking them from using the Intellisense features of the extension.
They have an enterprise proxy in place, and have configured the VSCode proxy settings. It appears that the extension does not pull from these proxy settings and is failing to connect.
Describe the solution you'd like
Check for proxy configuration and use those settings if applicable for any connection to external resources.
Additional context
Slack thread
The text was updated successfully, but these errors were encountered: