Closed mdonato-fn closed 2 months ago
Hi, to clarify are you saying the connecting from vscode.dev works, but connecting from a desktop VS Code client doesn't?
Correct: I can get vs code in the browser, but nothing from the client
alright I solved it.
I tried to connect this morning hoping that it was one of those cases where "just wait a day or two" works, but it was not
So I looked again at the message:
Found running server in /var/folders/q5/somethingsomething/T/vscode-tunneling-somethingsomething.sock
I thought that would be some running server on the host, but I looked into /var/folders/q5/somethingsomething/T/
and the file was there.
I shut down vs code, removed the file, re-started, and it worked.
In hindsight I should have tried to connect with another machine
Edit: solved by removing
/var/folders/q5/somethingsomething/T/vscode-tunneling-somethingsomething.sock
from the client and restarting everything.Not sure what is happening here, yesterday all was good.
I updated the cli, checked for updates for extension and client, removed the
.vscode/cli
directory to see if there was something hanging in there with "connecting to..."Also when trying to connect to
https://vscode.dev/tunnel/servername
, everything worksI can connect to the server via kubectl (it's in a pod somewhere) from the terminal
On the server side:
Steps to Reproduce:
./code --tunnel --verbose
Does this issue occur when you try this locally?: NA Does this issue occur when you try this locally and all extensions are disabled?: NA