You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install clean WSL distro (official Canonical Ubuntu distribution from Microsoft Store), the extension (0.0.4), VSCodium (1.85.1)
Open target in WSL, then let the vscodium-server install.
After server installation complete, exit VSCodium completely
Issue wsl --shutdown at cmd
Open VSCodium again, try connecting to WSL again
Expected: VSCodium will find existing vscodium-server install and connect per usual.
Actual: VSCodium errors out with these messages. Clicking "Retry" will error out again. To fix the issue I have to type rm -rf ~/.vscodium-server/bin. The fix will work until next time WSL is started from cold boot again, then I need to fix the issue again.
The log file /home/ubuntu/.vscodium-server/.08e6c15293922dd53a864bb041be381322fee401.log is zero bytes in length.
[Window Title]
VSCodium
[Content]
Could not establish connection to WSL distro "Ubuntu"
[Close Remote] [Retry] [Cancel]
[Trace - 10:02:13.755] Server install command stdout:
Server script already installed in /home/ubuntu/.vscodium-server/bin/08e6c15293922dd53a864bb041be381322fee401/bin/codium-server
Error server did not start sucessfully
2a175f5c1b172c3a4ad2faed: start
exitCode==1==
listeningOn====
connectionToken==27061a73-aab5-45fa-b372-8cfc429875f5==
logFile==/home/ubuntu/.vscodium-server/.08e6c15293922dd53a864bb041be381322fee401.log==
osReleaseId==ubuntu==
arch==x86_64==
platform==Linux==
tmpDir==/run/user/1000/==
2a175f5c1b172c3a4ad2faed: end
[Error - 10:02:13.755] Error resolving authority
Error: Couldn't install vscode server on remote server, install script returned non-zero exit status
at t.installCodeServer (c:\Users\User\.vscode-oss\extensions\jeanp413.open-remote-wsl-0.0.4-universal\out\extension.js:1:26854)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async c:\Users\User\.vscode-oss\extensions\jeanp413.open-remote-wsl-0.0.4-universal\out\extension.js:1:1801
Steps:
wsl --shutdown
at cmdExpected: VSCodium will find existing vscodium-server install and connect per usual.
Actual: VSCodium errors out with these messages. Clicking "Retry" will error out again. To fix the issue I have to type
rm -rf ~/.vscodium-server/bin
. The fix will work until next time WSL is started from cold boot again, then I need to fix the issue again.The log file
/home/ubuntu/.vscodium-server/.08e6c15293922dd53a864bb041be381322fee401.log
is zero bytes in length.VSCodium version information:
The text was updated successfully, but these errors were encountered: