-
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
Add ability to select where new tab will appear #13421
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems pretty legit to me, thanks!
If possible, please update the schema and the docs too. |
Hello @zadjii-msft! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
oh my god I'm so sorry, we should have merged this before #13377, I didn't think it would blow this up with merge conflicts. Sorry about that 😬 |
Helped fix the conflicts, should be able to auto merge now :) |
## Summary of the Pull Request Updates schema with newTabPosition global setting, added in #13421 ## PR Checklist * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: MicrosoftDocs/terminal#559 * [x] Schema updated. ## Detailed Description of the Pull Request / Additional comments #13421 got merged, so I'm adding this one Co-authored-by: Carlos Zamora <[email protected]>
🎉 Handy links: |
Summary of the Pull Request
Adds ability to select where new tab will appear: at the end or after currently selected tab.
PR Checklist
Detailed Description of the Pull Request / Additional comments
PR adds setting "NewTabPosition" in global appearances with dropdown list and uses it then creating new tabs. This setting does not affect settings tab position (should it?).
There should also be a documentation update, I'm just waiting to see if this change even acceptable.
Validation Steps Performed