mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore(schema): languages segment updated with enable_hyperlink
enable_hyperlink added to segments that support it. java segment title fixe.
This commit is contained in:
parent
b516fe471a
commit
06e5a24a0b
|
@ -424,6 +424,9 @@
|
||||||
},
|
},
|
||||||
"missing_command_text": {
|
"missing_command_text": {
|
||||||
"$ref": "#/definitions/missing_command_text"
|
"$ref": "#/definitions/missing_command_text"
|
||||||
|
},
|
||||||
|
"enable_hyperlink": {
|
||||||
|
"$ref": "#/definitions/enable_hyperlink"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -728,6 +731,9 @@
|
||||||
},
|
},
|
||||||
"missing_command_text": {
|
"missing_command_text": {
|
||||||
"$ref": "#/definitions/missing_command_text"
|
"$ref": "#/definitions/missing_command_text"
|
||||||
|
},
|
||||||
|
"enable_hyperlink": {
|
||||||
|
"$ref": "#/definitions/enable_hyperlink"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -754,6 +760,9 @@
|
||||||
},
|
},
|
||||||
"missing_command_text": {
|
"missing_command_text": {
|
||||||
"$ref": "#/definitions/missing_command_text"
|
"$ref": "#/definitions/missing_command_text"
|
||||||
|
},
|
||||||
|
"enable_hyperlink": {
|
||||||
|
"$ref": "#/definitions/enable_hyperlink"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -780,6 +789,9 @@
|
||||||
},
|
},
|
||||||
"missing_command_text": {
|
"missing_command_text": {
|
||||||
"$ref": "#/definitions/missing_command_text"
|
"$ref": "#/definitions/missing_command_text"
|
||||||
|
},
|
||||||
|
"enable_hyperlink": {
|
||||||
|
"$ref": "#/definitions/enable_hyperlink"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -806,6 +818,9 @@
|
||||||
},
|
},
|
||||||
"missing_command_text": {
|
"missing_command_text": {
|
||||||
"$ref": "#/definitions/missing_command_text"
|
"$ref": "#/definitions/missing_command_text"
|
||||||
|
},
|
||||||
|
"enable_hyperlink": {
|
||||||
|
"$ref": "#/definitions/enable_hyperlink"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -819,7 +834,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"then": {
|
"then": {
|
||||||
"title": "Julia Segment",
|
"title": "Java Segment",
|
||||||
"description": "https://ohmyposh.dev/docs/java",
|
"description": "https://ohmyposh.dev/docs/java",
|
||||||
"properties": {
|
"properties": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -980,6 +995,9 @@
|
||||||
"title": "NPM Icon",
|
"title": "NPM Icon",
|
||||||
"description": "Icon/text to use for NPM",
|
"description": "Icon/text to use for NPM",
|
||||||
"default": " \uE71E"
|
"default": " \uE71E"
|
||||||
|
},
|
||||||
|
"enable_hyperlink": {
|
||||||
|
"$ref": "#/definitions/enable_hyperlink"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1295,6 +1313,9 @@
|
||||||
},
|
},
|
||||||
"missing_command_text": {
|
"missing_command_text": {
|
||||||
"$ref": "#/definitions/missing_command_text"
|
"$ref": "#/definitions/missing_command_text"
|
||||||
|
},
|
||||||
|
"enable_hyperlink": {
|
||||||
|
"$ref": "#/definitions/enable_hyperlink"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue