From a4fed850a00dd426d2341e414882fe55979079f3 Mon Sep 17 00:00:00 2001 From: "L. Yeung" Date: Sun, 10 Jul 2022 20:48:34 +0800 Subject: [PATCH] fix(schema): add `debug_prompt` property and update links --- themes/schema.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/themes/schema.json b/themes/schema.json index 8f8a1d35..be09740a 100644 --- a/themes/schema.json +++ b/themes/schema.json @@ -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",