Skip to content
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

Some schema updates for 1.21 #17183

Merged
merged 2 commits into from
May 2, 2024
Merged

Some schema updates for 1.21 #17183

merged 2 commits into from
May 2, 2024

Conversation

zadjii-msft
Copy link
Member

Noticed all these while prepping for Build:

  • Promotes the stabilized features out of experimental.
  • fixes a bug where a nested command with a name would match to a renameWindow action, instead of a command.
  • Adds the tab theme icon style
  • fixes a bug where ScrollToMarkAction wasn't in the list of possible args, so they would incorrectly get flagged as moveTab
  • outright adds experimental.rightClickContextMenu which was missing (?)

@zadjii-msft zadjii-msft added the Area-Schema Things that have to do with the json schema. label May 2, 2024
"minItems": 1,
"description": "A list of other actions."
"description": "A list of foo bar actions."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well, so, that's probably not right

@DHowett DHowett merged commit 8dd4512 into main May 2, 2024
12 checks passed
@DHowett DHowett deleted the dev/migrie/b/schema-updates-1.21 branch May 2, 2024 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Schema Things that have to do with the json schema.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants