j-silv-ti
j-silv-ti
Remote tunnel - "warn error access singleton, retrying: the process holding the singleton lock file"
> Does the tunnel start after you see that log message, or is it stuck in that state / in a loop? Stuck in that state, in a loop. That...
> Lol I was just about to come in and post something similar! > > ``` > if [[ ! -z VSCODE_IPC_HOOK_CLI ]]; then > for i in $(ls ~/.vscode-server/bin);...
Remote tunnel - "warn error access singleton, retrying: the process holding the singleton lock file"
Actually, a much simpler solution is to delete the lock file that is located in the `.vscode` folder. This was mentioned in #2507. ``` rm ~/.vscode/cli/tunnel-stable.lock ```