-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
SUI: Add settings for initalPosition, centerOnLaunch #9075
Comments
## Summary of the Pull Request `InitialPosition` and `CenterOnLaunch` can now be edited in the SUI ## PR Checklist * [x] Closes #9075 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [x] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx ## Detailed Description of the Pull Request / Additional comments `InitialPosition` follows the same style as `LaunchSize`, with a number box for the x coordinate and a number box for the y coordinate. When there is no value for either of these coordinates, the respective number box is empty (and displays the text `Undefined`). ## Validation Steps Performed They work
Has this been implemented? I can't find it in WindowsTerminalPreview: 1.16.2212.12003 |
Nope. This was first merged in #13605, which should be released in 1.17. |
Thanks. I had looked (quickly) at #13605. Should I have been able to figure out when it would be released? |
I mean, the fact that it doesn't yet have a "This PR was released in |
🎉This issue was addressed in #13605, which has now been successfully released as Handy links: |
Basically the title.
initialPosition
is a weird setting because there's an x and y component, and that has to become a string likex, y
.Center on launch is also weird, because it doesn't disable other settings, it just has weird interactions with
launchMode
, specifically any of the modes where the terminal is maximized.See also: #6800, #9036
The text was updated successfully, but these errors were encountered: