-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
WSL Bash not showing #27
Comments
My guess is that this access check is failing: vscode-shell-launcher/src/extension.ts Line 66 in 27d0737
Maybe |
@stefanstranger what version of Windows 10 are you on? |
@Tyriar: I had the same issue as stefanstranger. Note that I now run VSCode with the User installation. My W10 (x64) Version: 10.0.16299 Build 16299 |
@Heer-Boaz you're probably using the 32-bit version of VS Code on your 64-bit machine if sysnative works, you should switch to the 64-bit version. Merging this into #28 |
Actually I think @stefanstranger probably is seeing a different issue since cmd worked. |
Because 32bit vscode is using System32 cmd or SysWOW64 folder( contains 32bit dlls) on 64bit OS. I assume WSL bash is only 64bit application, so it's not there. If "Sysnative" virtual folder will be specified in path then redirection to real System32 folder of 64bit dlls will happen. |
I configured the settings for the shell launcher as follows:
When launching the Shell Launcher task it only shows the PowerShell, PowerShell Core and cmd shells.
Why does the WSL Bash option does not show up?
/Stefan
The text was updated successfully, but these errors were encountered: