mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-29 12:01:07 -08:00
fix(schema): add debug_prompt
property and update links
This commit is contained in:
parent
7576d03a9f
commit
a4fed850a0
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue