-
Notifications
You must be signed in to change notification settings - Fork 306
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
Repeated disconnects after upgrading to latest VSCode #7153
Comments
|
|
I merely upgraded vscode and the extension. I don't understand why that should cause this to happen. Any how, I've created at least 4 issues by now about upgrades breaking our workflow. This extension has become a buggy mess in the last 6-9 months and is simply too unstable to be useful. |
I am experiencing something similar when trying to start a devcontainer for https://github.com/pamelafox/picologging Here's the error that appears in the editor window: And here are the logs:
|
Update: Resetting Docker to factory defaults did resolve my issue. Perhaps the extension is not compatible with the Docker extensions (I had a few checked) or maybe there was something else amiss. |
@pamelafox Thanks, would be great to know which extensions triggered this. @vishalovercome Are you using any Docker extensions? |
"GetResourcePath: BaseFS of container e14a2d13a4873eb127a9ad1a732cbbfd697598e333d40546a9754a95f217e50b is unexpectedly nil" indicates this is #7214. Continuing there. |
[191590 ms] Start: Host: Reconnecting exec server [191591 ms] Start: Run: ssh -F /Users/USER/.ssh/config remote-docker-dev /bin/sh [191595 ms] Container server did not launch or terminated: unexpected end of parent stream [191596 ms] Host server terminated (code: null, signal: SIGKILL). [221811 ms] Host server: ssh: connect to host 10.66.54.124 port 22: Operation timed out [221812 ms] Host server terminated (code: 255, signal: null). [221813 ms] Error: Host server terminated (code: 255, signal: null). at /Users/USER/.vscode/extensions/ms-vscode-remote.remote-containers-0.252.0/dist/extension/extension.js:221:1086 at jZ (/Users/USER/.vscode/extensions/ms-vscode-remote.remote-containers-0.252.0/dist/extension/extension.js:221:1024) at Object.reconnect (/Users/USER/.vscode/extensions/ms-vscode-remote.remote-containers-0.252.0/dist/extension/extension.js:220:471) at Object.e.cliHost.reconnect (/Users/USER/.vscode/extensions/ms-vscode-remote.remote-containers-0.252.0/dist/extension/extension.js:300:8493) at Object.resolve (/Users/USER/.vscode/extensions/ms-vscode-remote.remote-containers-0.252.0/dist/extension/extension.js:399:9163) at b.$resolveAuthority (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:97:21621) [232681 ms] Start: Reconnection attempt 4 [232682 ms] Start: Host: Reconnecting exec server [232682 ms] Start: Run: ssh -F /Users/USER/.ssh/config remote-docker-dev /bin/sh [255954 ms] Start: Container: Reconnecting exec server [255957 ms] Start: Run in Host: docker inspect --type container 55b82fbf95a19e63a734db61cfc5adfce992a5213a2151f006cf77c48a2ef68c [255957 ms] Start: Run in Host: docker exec -i -u root 55b82fbf95a19e63a734db61cfc5adfce992a5213a2151f006cf77c48a2ef68c /bin/sh [256275 ms] Host server: client_loop: send disconnect: Broken pipe [256280 ms] Container server did not launch or terminated: stream ended with:9 but wanted:15349 [256287 ms] Error: stream ended with:9 but wanted:15349 at l (/Users/USER/.vscode/extensions/ms-vscode-remote.remote-containers-0.252.0/dist/extension/extension.js:11:15852) at /Users/USER/.vscode/extensions/ms-vscode-remote.remote-containers-0.252.0/dist/extension/extension.js:11:16033 at s (/Users/USER/.vscode/extensions/ms-vscode-remote.remote-containers-0.252.0/dist/extension/extension.js:16:5302) at Socket.<anonymous> (/Users/USER/.vscode/extensions/ms-vscode-remote.remote-containers-0.252.0/dist/extension/extension.js:16:5472) at Socket.emit (node:events:538:35) at endReadableNT (node:internal/streams/readable:1345:12) at processTicksAndRejections (node:internal/process/task_queues:83:21) [256289 ms] Host server terminated (code: 255, signal: null).
I also see this happen but I'm not sure if they're related:
userEnvProbe is taking longer than 10 seconds. Avoid waiting for user input in your shell's startup scripts. Continuing.
Steps to Reproduce:
Does this issue occur when you try this locally and all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: