Skip to content

re: Remote-Containers extension not working with VSCode v1.64.0 --ECONNRESET issue while installing VS Code Server #142207

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
pthopa opened this issue Feb 4, 2022 · 2 comments
Assignees

Comments

@pthopa
Copy link

pthopa commented Feb 4, 2022

After updating to version 1.64.0 of Visual Studio Code, opening a project in remote-containers does not work any more.
Getting the following issue:
5269 ms] Exit code 1
[5269 ms] Installing VS Code Server for commit 5554b12
[5269 ms] Start: Downloading VS Code Server
[5269 ms] 5554b12 linux-x64 stable
[5618 ms] Error: read ECONNRESET
at TLSWrap.onStreamRead (internal/stream_base_commons.js:209:20)

Version of VSCode: 1.64.0
remote-Containers version: v0.218.0

VSCode 1.64.0 has commit id 5554b12.
Whereas the VSCode version inside the docker container " docker-developer-web" started by remote-containers, folder (/vscode/vscode-server/bin/linux-x64) is commit id 899d46d. Not sure that matters..

@pthopa pthopa changed the title re: DevContainers not working with VSCode v1.64.0 --ECONNRESET issue while installing VS Code Server re: Remote-Containers extension not working with VSCode v1.64.0 --ECONNRESET issue while installing VS Code Server Feb 4, 2022
@AntonioL
Copy link

AntonioL commented Feb 4, 2022

Related to this one: #142201 the proxy parameter is ignored completely and it tries to connect to the endpoint directly.

@chrmarti
Copy link
Collaborator

chrmarti commented Feb 7, 2022

Continuing in #142201.

@chrmarti chrmarti closed this as completed Feb 7, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Mar 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@chrmarti @pthopa @AntonioL and others