Skip to content

Instantly share code, notes, and snippets.

@vinnie357
Last active June 29, 2020 13:20
Show Gist options
  • Save vinnie357/f0ace6fd7aca73ecc65f9b35b47ec78c to your computer and use it in GitHub Desktop.
Save vinnie357/f0ace6fd7aca73ecc65f9b35b47ec78c to your computer and use it in GitHub Desktop.

Symptoms

VS code remote will loop the remote server install

file locks from crash or previous connections

"aquiring lock on /home//.vscode-server/bin//vscode-remote-lock.. Failed"

work around

rm /home/<user>/.vscode-server/bin/<guid>/vscode-remote-lock.<user>.<guid>
rm /home/<user>/.vscode-server/bin/<guid>/vscode-remote-lock.<user>.<guid>.target

retry connection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment