Skip to content

Extensions proxy support #23164

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

Closed
GitjoPowershell opened this issue Mar 24, 2017 · 6 comments
Closed

Extensions proxy support #23164

GitjoPowershell opened this issue Mar 24, 2017 · 6 comments
Labels
feature-request Request for new features or functionality proxy Issues regarding network proxies
Milestone

Comments

@GitjoPowershell
Copy link

Dear Team, Many thanks for this product used as a replacement of ISE on my every day work.
I work behind a corporate proxy that I manage to set up in vs code, it's working for Vs code update.
However I get 407 Authentication required when I try to install or check extension. I digg a lot on internet and find some workaround, most deprecated and non working.
Is there a way to make vs code use same proxy for extension and main program ?

  • VSCode Version: 1.10.2
  • OS Version: Windows 10 1607

Steps to Reproduce:

  1. set up VS code proxy html : http://username:pass@proxy:port

  2. Check for updates : Ok
    image

  3. Show popular extension : nothing appear and get the 407 in message analyser
    image

Our corporate proxy use basic Auth, I try http.proxyStrictSSL either true or false and get same behavior

@diev
Copy link

diev commented Mar 24, 2017

I have same problem now in #23166.
But our corporate proxy does not require username:pass, just common IE proxy settings set by GPO and a white list of allowed destinations for my computer.

Does your browser open https://marketplace.visualstudio.com/ with your settings? My VS Code tries to go there to get extensions and have got the proper list of them! But it cannot to install them.

I try to open your https://vscode-update.azurewebsites.net/ in my browser and I see just Cannot GET /

@jkulubya
Copy link

jkulubya commented Mar 25, 2017

I've spent the past day struggling with this.

I was sure that my extensions search was working earlier, so I uninstalled the latest version and reinstalled working backwards. Turns out that I had to go back to the October release (1.7) before I could get the marketplace search working again. I'll probably stick here until it's fixed :(

@diev
Copy link

diev commented Mar 25, 2017

@jkulubya, I have found a solution for me - see here.

@joaomoreno joaomoreno added this to the Backlog milestone Mar 27, 2017
@joaomoreno joaomoreno added feature-request Request for new features or functionality proxy Issues regarding network proxies labels Mar 27, 2017
@joaomoreno
Copy link
Member

Proxy developments happening in #22214

@papaiatis
Copy link

papaiatis commented Mar 30, 2017

I couldn't set up VSCode in a way that its Extensions tab works through my corporate proxy.
However I found the command line version working:

code --install-extension <author>.<extension>

author.extension can be found in the URL when you open the extension in the browser

Example: https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker
Here the author.extension is PeterJausovec.vscode-docker

@joaomoreno joaomoreno removed their assignment Jun 19, 2017
@joaomoreno joaomoreno changed the title VS Code extension proxy support Extensions proxy support Jul 3, 2017
@joaomoreno joaomoreno assigned joaomoreno and unassigned joaomoreno Jul 3, 2017
@joaomoreno
Copy link
Member

#12588

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality proxy Issues regarding network proxies
Projects
None yet
Development

No branches or pull requests

5 participants