fix(schema): add debug_prompt property and update links

This commit is contained in:
L. Yeung 2022-07-10 20:48:34 +08:00 committed by Jan De Dobbeleer
parent 7576d03a9f
commit a4fed850a0

View file

@ -2655,19 +2655,24 @@
},
"valid_line": {
"$ref": "#/definitions/extra_prompt",
"title": "Valid Prompt Setting",
"description": "https://ohmyposh.dev/docs/configuration/prompt-override"
"title": "Valid Line Setting (for PowerShell only)",
"description": "https://ohmyposh.dev/docs/configuration/line-error"
},
"error_line": {
"$ref": "#/definitions/extra_prompt",
"title": "Error Prompt Setting",
"description": "https://ohmyposh.dev/docs/configuration/prompt-override"
"title": "Error Line Setting (for PowerShell only)",
"description": "https://ohmyposh.dev/docs/configuration/line-error"
},
"secondary_prompt": {
"$ref": "#/definitions/extra_prompt",
"title": "Secondary Prompt Setting",
"description": "https://ohmyposh.dev/docs/configuration/secondary-prompt"
},
"debug_prompt": {
"$ref": "#/definitions/extra_prompt",
"title": "Debug Prompt Setting (for PowerShell only)",
"description": "https://ohmyposh.dev/docs/configuration/debug-prompt"
},
"palette": {
"type": "object",
"title": "Palette",