Skip to content

JSON schema of profiles.json doesn't accept "unbound" command of keybinding #4751

@utgwkk

Description

@utgwkk

According to Profiles.json Documentation, the following keybinding setting unbinds scrollUp from ctrl+shift+up and it actually unbinds the scrollUp command.

{
    "command": "unbound",
    "keys": ["ctrl+shift+up"]
},

But JSON schema validator raise warning to unbound with following message:

Incorrect type. Expected "object".

Metadata

Metadata

Assignees

Labels

Area-SchemaThings that have to do with the json schema.Issue-DocsIt's a documentation issue that really should be on MicrosoftDocs/Console-DocsNeeds-Tag-FixDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions