New Course Coming Soon: ChatGPT Pro, OpenAI o3-mini
March 29, 2025
QuickPIM a multi-role PIM activation extension for Google Chrome
March 31, 2025I have a Windows 11 PC and use Visual Studio Code connected to Windows Subsystem for Linux (WSL). Occasionally, I wake up my PC from sleep mode. I then try to reconnect to WSL from VS Code. And I would get the following error.
Failed to connect to the remote extension host server (Error: WebSocket close with status code 1006)

Resolution:
In the windows command prompt, run
wsl -l --running

wsl --shutdown

Go to Visual Studio Code.
Click bottom right corner to To Open A Remote Window.
Select Connect to WSL


Then upon opening folder of one of my repos located in WSL, I am able to load it.

Hope this helps you.