We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UPDATE: not really a Code issue.
Looks like WSL2 can't start any executable:
jadams@Temp046317:~/code/data-extract$ explorer.exe . Terminated jadams@Temp046317:~/code/data-extract$ ps -ef | grep -i explorer jadams 908 8 0 10:59 pts/0 00:00:00 /tools/init /mnt/c/WINDOWS/explorer.exe . jadams 912 726 0 10:59 pts/2 00:00:00 grep --color=auto -i explorer
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
"Visual Studio Code" runs fine from the Windows start menu.
debug output from "sh -x code ."
jadams@Temp046317:~/code/data-extract$ sh -x "`which code`" . + [ = true ] + COMMIT=f30a9b73e8ffc278e71575118b6bf568f04587c8 + APP_NAME=code + QUALITY=stable + NAME=Code + DATAFOLDER=.vscode + realpath /mnt/c/Users/jon.adams/AppData/Local/Programs/Microsoft VS Code/bin/code + dirname /mnt/c/Users/jon.adams/AppData/Local/Programs/Microsoft VS Code/bin/code + dirname /mnt/c/Users/jon.adams/AppData/Local/Programs/Microsoft VS Code/bin + VSCODE_PATH=/mnt/c/Users/jon.adams/AppData/Local/Programs/Microsoft VS Code + ELECTRON=/mnt/c/Users/jon.adams/AppData/Local/Programs/Microsoft VS Code/Code.exe + IN_WSL=false + [ -n Ubuntu-20.04 ] + IN_WSL=true + [ true = true ] + export WSLENV=ELECTRON_RUN_AS_NODE/w:WT_SESSION::WT_PROFILE_ID + wslpath -m /mnt/c/Users/jon.adams/AppData/Local/Programs/Microsoft VS Code/resources/app/out/cli.js + CLI=C:/Users/jon.adams/AppData/Local/Programs/Microsoft VS Code/resources/app/out/cli.js + WSL_EXT_ID=ms-vscode-remote.remote-wsl + ELECTRON_RUN_AS_NODE=1 /mnt/c/Users/jon.adams/AppData/Local/Programs/Microsoft VS Code/Code.exe C:/Users/jon.adams/AppData/Local/Programs/Microsoft VS Code/resources/app/out/cli.js --locate-extension ms-vscode-remote.remote-wsl ^C
The text was updated successfully, but these errors were encountered:
Issue resolved after Windows Update, as per the WSL ticket WSL#6656
This was not a VS Code issue
Sorry, something went wrong.
aeschli
No branches or pull requests
UPDATE: not really a Code issue.
Looks like WSL2 can't start any executable:
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
"Visual Studio Code" runs fine from the Windows start menu.
debug output from "sh -x code ."
The text was updated successfully, but these errors were encountered: