diff --git a/.github/config-schema.json b/.github/config-schema.json index f999866ba6eaf..da190fb2dc750 100644 --- a/.github/config-schema.json +++ b/.github/config-schema.json @@ -1498,6 +1498,7 @@ "ion_indicator": "ion", "nu_indicator": "nu", "powershell_indicator": "psh", + "powershellcore_indicator": "pwsh", "style": "white bold", "tcsh_indicator": "tsh", "unknown_indicator": "", @@ -5286,6 +5287,10 @@ "default": "psh", "type": "string" }, + "powershellcore_indicator": { + "default": "pwsh", + "type": "string" + }, "ion_indicator": { "default": "ion", "type": "string"