-
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
multiple startup issues #5581
Comments
I am getting the same issue. Same version. Settings file points to an msys2 profile, but powershell opens on start-up. I can still launch different profiles, but the default is incorrect. |
@perlmaster looks like there's a pinned issue that fixes this problem. Just move your settings out of the global dictionary to the root dictionary and delete the global object. Or...
|
that seems to have fixed the issues. thanks..... |
Looks like this discussion has run its course, thanks! /dup #5458 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
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)
recently the version of Windows Terminal was updated on my system and after that update there are now several issues at startup.
the initial window that is opened upon startup does not have the correct size. In the global values section of the settings I have specified 120 columns and 40 rows. It opens up with smaller values for both those dimensions.
the program that is run in the initial window is the powershell. However the "defaultprofile" indicates that CMD.EXE should be run
According to the "About" command I am running version 0.11.1121.0
My system is a windows 10 64 bit laptop.
The text was updated successfully, but these errors were encountered: