I upgraded to VSCode 1.36.0 a couple days ago, and I am not able to ssh into the remote machine since then. When I try to do so, the following error comes up:
flock: 99: Input/output error
Anyone can help to find a workaround for this?
I upgraded to VSCode 1.36.0 a couple days ago, and I am not able to ssh into the remote machine since then. When I try to do so, the following error comes up:
flock: 99: Input/output error
Anyone can help to find a workaround for this?
This issue was opened on VScode github repository: https://github.com/microsoft/vscode/issues/76675
Someone suggested a solution which worked for few:
Add "no_proxy=127.0.0.1,localhost" to ~/.wgetrc, this issue will not exist.
You should follow this thread to know when the issue was resolved