mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
fix(angular): json schema in line with implementation
This commit is contained in:
parent
114cda474a
commit
793ac2cd97
|
@ -170,7 +170,7 @@
|
||||||
"rust",
|
"rust",
|
||||||
"owm",
|
"owm",
|
||||||
"memory",
|
"memory",
|
||||||
"angularcli",
|
"angular",
|
||||||
"php"
|
"php"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1695,12 +1695,12 @@
|
||||||
{
|
{
|
||||||
"if": {
|
"if": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"type": { "const": "angularcli" }
|
"type": { "const": "angular" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"then": {
|
"then": {
|
||||||
"title": "Angular CLI Segment",
|
"title": "Angular CLI Segment",
|
||||||
"description": "https://ohmyposh.dev/docs/angularcli",
|
"description": "https://ohmyposh.dev/docs/angular",
|
||||||
"properties": {
|
"properties": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
Loading…
Reference in a new issue