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
Not sure if recent update broke it. But I'm getting the following error all of a sudden when I run code . AFAIK It was working fine before upgrading the VSCode today.
Steps to Reproduce:
Open WSL2 shell
Run code .
❯ code .
/mnt/c/Users/me/AppData/Local/Programs/Microsoft VS Code/bin/code: 61: /mnt/c/Users/me/AppData/Local/Programs/Microsoft VS Code/Code.exe: Exec format error
Not sure why code command is trying to run Code.exe.
Removed ~/.vscode-server in WSL2, close vscode, shutdown WSL2 and restart everything. Didn't work.
Does this issue occur when all extensions are disabled?: Yes
Not sure if recent update broke it. But I'm getting the following error all of a sudden when I run
code .
AFAIK It was working fine before upgrading the VSCode today.Steps to Reproduce:
code .
Not sure why
code
command is trying to run Code.exe.~/.vscode-server
in WSL2, close vscode, shutdown WSL2 and restart everything. Didn't work.Opening VSCode through Windows' desktop shortcut is working and able to connect to WSL2 through the Remote Explorer menu.
Edit: Looks like it's also reported in microsoft/WSL#10363
Edit2: Looks like it's something related to systemd?
It works with systemd disabled.
I had systemd enabled.
The text was updated successfully, but these errors were encountered: