vscode-dev-containers
vscode-dev-containers copied to clipboard
v0.295.0 wont open within the container.
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.
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.