Skip to content
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

[Problem] Jupyter terminal is stuck if environment proxy variables are set without username and password #1289

Open
shsuman opened this issue Oct 1, 2021 · 2 comments

Comments

@shsuman
Copy link
Member

shsuman commented Oct 1, 2021

No description provided.

@shsuman
Copy link
Member Author

shsuman commented Oct 1, 2021

After diving through VSCode’s documentation for proxy support and other related Github issues, it came to me as a surprise that proxy authentication is still not supported for extensions. This is mainly because of the limitations in electron itself. However, the authentication is available for native VSCode features.

image.png

Related:
microsoft/vscode#12588
nodejs/node#15620
electron/electron#20215

So, in cases like these, we have two options. Set the username and password in the environment variables or alternatively set them in the VSCode setting “http.proxyAuthorization” which is stored in the VSCode settings file. Both the solutions are not optimal but unfortunately this is the only way today ☹

@tbombach
Copy link
Member

tbombach commented Oct 7, 2021

Follow up: Sync with Luis about this to figure out where to put this in documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants