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:
lnu 2021-10-17 07:49:43 +02:00 committed by Jan De Dobbeleer
parent b516fe471a
commit 06e5a24a0b

View file

@ -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"
} }
} }
} }