-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
PowerShell profile runs WSL instead? #5557
Comments
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? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Oh, you put " |
(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. |
This property was deprecated in 0.11. We probably should have also added a warning message to help the community figure out that this property is gone and won't work anymore. This PR adds that warning. * I'm not going to list the enormous number of duped threads _wait yes I am_ * #5581 * #5547 * #5555 * #5557 * #5573 * #5532 * #5527 * #5535 * #5510 * #5511 * #5512 * #5513 * #5516 * #5515 * #5521 * This literally isn't even all of them * [x] Also mainly related to #5458 * [x] I work here * [x] Tests added/passed
This property was deprecated in 0.11. We probably should have also added a warning message to help the community figure out that this property is gone and won't work anymore. This PR adds that warning. * I'm not going to list the enormous number of duped threads _wait yes I am_ * #5581 * #5547 * #5555 * #5557 * #5573 * #5532 * #5527 * #5535 * #5510 * #5511 * #5512 * #5513 * #5516 * #5515 * #5521 * This literally isn't even all of them * [x] Also mainly related to #5458 * [x] I work here * [x] Tests added/passed (cherry picked from commit d6cae40)
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).
The text was updated successfully, but these errors were encountered: