You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After vscode got updated to 1.81.2 I'm not able to to connect to my remote machine anymore (window reloading couldn't help). Please note that both manually ssh'ing into the node via terminal or using another IDE work fine.
Even after deep cleaning the local installation (remove extensions, delete the ~/.vscode directory, reset to the default configs, re-install vscode to the latest stable release) or the remote one (kill the remote server via the command palette, remove the ~/.vscode directory) I was unable to connect to any of my machines.
Manually downgrading to 1.81.1 seems to have solved the issue.
Here's the error I got, unfortunately it seems it's the only log that was produced:
[10:19:08.867] Failed to parse remote port from server output
[10:19:08.868] Resolver error: Error:
at g.Create (/Users/leonardoemili/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.3/out/extension.js:2:637876)
at t.handleInstallOutput (/Users/leonardoemili/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.3/out/extension.js:2:635279)
at t.tryInstall (/Users/leonardoemili/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.3/out/extension.js:2:756875)
at async /Users/leonardoemili/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.3/out/extension.js:2:717467
at async t.withShowDetailsEvent (/Users/leonardoemili/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.3/out/extension.js:2:720720)
at async C (/Users/leonardoemili/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.3/out/extension.js:2:714381)
at async t.resolve (/Users/leonardoemili/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.3/out/extension.js:2:718116)
at async /Users/leonardoemili/.vscode/extensions/ms-vscode-remote.remote-ssh-0.106.3/out/extension.js:2:901786
[10:19:08.869] ------
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.82.1. Please try upgrading to the latest version and checking whether this issue remains.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
1.81.2
I'm not able to to connect to my remote machine anymore (window reloading couldn't help). Please note that both manually ssh'ing into the node via terminal or using another IDE work fine.~/.vscode
directory, reset to the default configs, re-install vscode to the latest stable release) or the remote one (kill the remote server via the command palette, remove the~/.vscode
directory) I was unable to connect to any of my machines.1.81.1
seems to have solved the issue.Here's the error I got, unfortunately it seems it's the only log that was produced:
The text was updated successfully, but these errors were encountered: