-
Notifications
You must be signed in to change notification settings - Fork 587
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
Failed to establish a socket connection to proxies #4624
Comments
@escopecz are you using the |
It is empty at the moment. Shall I try putting some value in it? |
Using Did you start from a template? If I create a dev container from https://github.com/microsoft/vscode-remote-try-node then the extension works fine. |
I did not start from a template. We had an existing docker-compose setup but it started to be painfully slow after upgrading to MacOs 13. When I ditch all the volumes shared with MacOs and attach VS Code to the container then it's very fast. I don't see anything specific in https://github.com/microsoft/vscode-remote-try-node that would enable this extension's socket connection. Am I missing something? |
@escopecz is this in a public repo? I'd like to try out the exact scenario. |
The project itself is a public repo, but the dev docker is closed source as it contains some proprietary code. |
Hmm. Which part of https://code.visualstudio.com/docs/devcontainers/containers were you following? |
As my team is using docker compose as the setup is not trivial I followed https://code.visualstudio.com/remote/advancedcontainers/connect-multiple-containers Most of my team is using other editor than VS code for development so I made only minimal change to the dev docker setup and the rest is configured via local config overrides. I know I'm not very helpful debugging this, but not sure how to debug this further. |
Thanks for posting your solution! |
Turning off proxy support for extensions worked for me too. Thanks! |
高低得给您鞠一躬! |
I am using Mac, I changed the network settings, and it works fine System Preferences > Network > Advanced > Proxies Uncheck all and save |
Thanks for posting your solution, I am very grateful!! |
Steps to Reproduce:
I'm configuring my dev environment directly in a dev container by following this doc but now this extension stopped working and does not load any data in the left toolbar. This is the error message:
Is there any suggestion anyone could give me to try to fix this issue?
This might be related to #701 but I'm not sure and if it is then it looks like I'm screwed like the Chinese nation.
The text was updated successfully, but these errors were encountered: