Closed dudeofawesome closed 4 years ago
Fascinating! Can you share the process tree (from task manager's Processes view, or--better yet--from Process Explorer if you have it) for Windows Terminal with only one of these weird hybrid wsl/pwsh tabs open?
I pretty much have the same issue(v0.11.1121.0), it's not honoring the default profile guid. I've set it to use the cmd.exe profile, after this update it loads the PowerShell profile irrespective of default profile setting. The problem started after this update.
@sin9yt your problem is clearly not "my powershell profile runs WSL instead" -- you want to move to #5458
I'm going to mark this comment and your comment as hidden/resolved.
Oh, you put "wsl -d Ubuntu
" in your commandline
. That means that ALL PROFILES will run WSL.
(The things inside "defaults" apply to every single profile.)
Ha! Yup! That would do it. Showed up in this version because I changed my settings.json to take advantage of the new global settings. Thanks.
I've just updated (and refreshed my
settings.json
) and now my PowerShell 7 profile doesn't seem to work. Instead of launchingpwsh
it launches wsl.Environment
Steps to reproduce
Here's my
settings.json
.Expected behavior
Opening a new terminal tab to the PowerShell profile should open the PowerShell profile.
Actual behavior
Opening a new terminal tab to the PowerShell profile opens WSL (with the PowerShell icon).