-
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 action IDs to the color selection commands #17821
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.
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.
🎉
Marked up for 1.22 - thanks for the report and for the quick fix! |
@@ -364,7 +403,8 @@ | |||
"foreground": "i00", | |||
"background": "i03" | |||
}, | |||
"keys": "ctrl+shift+0" | |||
"keys": "ctrl+shift+0", |
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.
Hey, does having keys
, command
and id
in the same settings file -- even though it is a SYSTEM settings file -- result in us changing the user's keys
list? (e.g. do we accidentally up-convert these key/command/id triples into key/id and action/id pairs?)
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.
We do convert these into key/id and action/id pairs in our internal maps, but they're still in the InBox
layer so they don't show up in the user's settings file
## Summary of the Pull Request Add action IDs to the default commands for color selection ## Validation Steps Performed Color selection commands now show up in the command palette ## PR Checklist - [x] Closes #17819 - [ ] 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 (if necessary) (cherry picked from commit 1482fd4) Service-Card-Id: PVTI_lADOAF3p4s4AmhmQzgSawsY PVTI_lADOAF3p4s4AmhmQzgSwIVc Service-Version: 1.22
Summary of the Pull Request
Add action IDs to the default commands for color selection
Validation Steps Performed
Color selection commands now show up in the command palette
PR Checklist