microsoft/Terminal

Schema does not allow actions without arguments in verbose form

Open

#11,332 建立於 2021年9月25日

在 GitHub 查看
 (7 留言) (1 反應) (0 負責人)C++ (3,212 fork)batch import
Area-SchemaHelp WantedIssue-TaskProduct-Terminal

倉庫指標

Star
 (35,764 star)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

Windows Terminal version (or Windows build number)

1.9.1942.0

Other Software

No response

Steps to reproduce

Bind any 'shortcut action' using the following syntax:

{
  "command": {
    "action": "toggleAlwaysOnTop" // Most of the toggle actions qualify
  },
  "keys": "ctrl+alt+shift+§" // Any key combination
}

Expected Behavior

The schema should allow this, it's a working syntax.

Actual Behavior

It's considered invalid, with two problems:

  • Missing property "delta". Arguments corresponding to an Adjust Font Size Action

  • String does not match the pattern of "adjustFontSize".

貢獻者指南