mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-13 12:17:26 -08:00
fix: add missing azfunc segment to schema
This commit is contained in:
parent
01ea680002
commit
5bf3c3b2c7
|
@ -156,7 +156,8 @@
|
|||
"executiontime",
|
||||
"aws",
|
||||
"java",
|
||||
"poshgit"
|
||||
"poshgit",
|
||||
"azfunc"
|
||||
]
|
||||
},
|
||||
"style": {
|
||||
|
@ -847,6 +848,32 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"properties": {
|
||||
"type": { "const": "azfunc" }
|
||||
}
|
||||
},
|
||||
"then": {
|
||||
"title": "Azure Function Segment",
|
||||
"description": "https://ohmyposh.dev/docs/azfunc",
|
||||
"properties": {
|
||||
"properties": {
|
||||
"properties": {
|
||||
"display_version": {
|
||||
"$ref": "#/definitions/display_version"
|
||||
},
|
||||
"display_mode": {
|
||||
"$ref": "#/definitions/display_mode"
|
||||
},
|
||||
"missing_command_text": {
|
||||
"$ref": "#/definitions/missing_command_text"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"properties": {
|
||||
|
|
Loading…
Reference in a new issue