Skip to content

Instantly share code, notes, and snippets.

@emailrhoads
Created March 13, 2020 13:51
Show Gist options
  • Save emailrhoads/138abed255cc83d6029a385380a8fde7 to your computer and use it in GitHub Desktop.
Save emailrhoads/138abed255cc83d6029a385380a8fde7 to your computer and use it in GitHub Desktop.
[Fix repeated password prompts on vscode] #vscode #linux

from microsoft/vscode-remote-release#2518

look for line similar to

 \ln /home/#####/.vscode-server/bin/78a4c91400152c0f27ba4d363eb56d2835f9903a/vscode-remote-lock.#####.78a4c91400152c0f27ba4d363eb56d2835f9903a.target /home/#####/.vscode-server/bin/78a4c91400152c0f27ba4d363eb56d2835f9903a/vscode-remote-lock.#####.78a4c91400152c0f27ba4d363eb56d2835f9903a
[13:55:17.276] stderr> ln: failed to create hard link ‘/home/#####/.vscode-server/bin/78a4c91400152c0f27ba4d363eb56d2835f9903a/vscode-remote-lock.#####.78a4c91400152c0f27ba4d363eb56d2835f9903a’: File exists
[13:55:17.276] > Installation already in progress...

Then go delete the .target file

Should be able to install after that!

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