microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.7k stars 1.41k forks source link

v0.295.0 wont open within the container. #1747

Open andreujuanc opened 1 year ago

andreujuanc commented 1 year ago

Not sure if this is the right place to report this, but today my projects will not open within the devcontainers, and so then I GUESSED that the extension's latest update was causing issues, reverted back to the previous (v0.292.0) and it worked.

The docker build process never starts. Window does not reload. Stuck right in the beginning with an error saying that because its taking more than 10s it will stop all user input.

pranithan-kang commented 1 year ago

I monitored the Extension Host Output window and get the message that I think it should relate to this problem

2023-06-27 12:05:58.437 [error] Error: connect ETIMEDOUT 185.199.108.153:443
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) remote-containers.reopenInContainer {"value":"ms-vscode-remote.remote-containers","_lower":"ms-vscode-remote.remote-containers"}

My VSCode detail:

Version: 1.79.2 (Universal) Commit: 695af097c7bd098fbf017ce3ac85e09bbc5dda06 Date: 2023-06-14T08:58:52.392Z Electron: 22.5.7 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Darwin x64 22.5.0

DevContainer: v0.295.0

P.S.

I tried downgrading the extension to version v0.292.0 and got no luck, the problem is still existing.