7

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?

HaaLeo
  • 10,065
  • 3
  • 44
  • 55
Saeed
  • 742
  • 1
  • 7
  • 21

1 Answers1

0

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

kaki gadol
  • 1,116
  • 1
  • 14
  • 34
  • I am already aware of this thread, however I'm in a more critical need to have it solved sooner. I used the mentioned solution but it didn't work for me – Saeed Jul 14 '19 at 19:00
  • did you checked out this issue: https://github.com/microsoft/vscode-remote-release/issues/895 I pretty sure the right place to follow your issue is over github, for more patches or updates. Otherwise if you're problem is that critical I would just **downgrade** my VSCode enviroment – kaki gadol Jul 15 '19 at 08:39
  • Reinstall from older version? By the way, they closed both issues, did you try to update? – kaki gadol Jul 21 '19 at 09:19