New "actions" structure not recognized in schema #10357

Closed
opened 2026-01-31 02:19:25 +00:00 by claunia · 1 comment
Owner

Originally created by @carlos-zamora on GitHub (Aug 28, 2020).

Missing a few things in the schema:

  • "actions" (in place of "keybindings")
    • it'd be nice if we could do a schema deprecation thing for "keybindings" but it might be too soon for that :/
  • "name" (in the context of commands, not profiles)
    • this also means that "keys" is no longer required
  • "commands"
    • should accept a list of "command" objects
Originally created by @carlos-zamora on GitHub (Aug 28, 2020). Missing a few things in the schema: - "actions" (in place of "keybindings") - it'd be nice if we could do a schema deprecation thing for "keybindings" but it might be too soon for that :/ - "name" (in the context of commands, not profiles) - this also means that "keys" is no longer required - "commands" - should accept a list of "command" objects
Author
Owner

@zadjii-msft commented on GitHub (Aug 28, 2020):

We'll also need icon, iterateOn added as well.

Also name can also be an object in { "key": string } format.

@zadjii-msft commented on GitHub (Aug 28, 2020): We'll also need `icon`, `iterateOn` added as well. Also `name` can also be an object in `{ "key": string }` format.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10357