j-silv-ti

Results 3 comments of j-silv-ti

> 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);...

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 ```