mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-11 04:38:24 -06:00
Add Settings UI enum to json schema (#10489)
Noticed the json schema was listing the option as invalid even though it's accepted by WT. So added it to schema to remove the error. ## PR Checklist * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] Schema updated. ## Validation Steps Performed No longer shows as invalid in VSCode.
This commit is contained in:
parent
0d9a357373
commit
e3b7a44b13
@ -546,12 +546,14 @@
|
|||||||
"action": { "type": "string", "pattern": "openSettings" },
|
"action": { "type": "string", "pattern": "openSettings" },
|
||||||
"target": {
|
"target": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "settingsFile",
|
"default": "settingsUI",
|
||||||
"description": "The settings file to open.",
|
"description": "Opens Settings UI or settings file.",
|
||||||
"enum": [
|
"enum": [
|
||||||
"settingsFile",
|
"settingsFile",
|
||||||
"defaultsFile",
|
"defaultsFile",
|
||||||
"allFiles"
|
"allFiles",
|
||||||
|
"settingsUI"
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user