79120644

Date: 2024-10-24 06:43:43
Score: 0.5
Natty:
Report link

It's caused by the client connecting to an outdated socket. To simply solve this, just SSH into the server, and kill all processes for VS code:

ps -fu $USER | grep vscode | grep -v grep | awk '{print $2}' | xargs kill

Then you can restart VS code (with remote SSH) and try again.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Yu Sun