mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
feat(path): json schema updated
Missing mixed_threshold property added Typo in max_depth description
This commit is contained in:
parent
8ce47273df
commit
b9916f559a
|
@ -1126,7 +1126,7 @@
|
||||||
"max_depth": {
|
"max_depth": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"title": "Maximum Depth",
|
"title": "Maximum Depth",
|
||||||
"description": "Maximum path depth to display whithout shortening",
|
"description": "Maximum path depth to display without shortening",
|
||||||
"default": 1
|
"default": 1
|
||||||
},
|
},
|
||||||
"mapped_locations_enabled": {
|
"mapped_locations_enabled": {
|
||||||
|
@ -1134,6 +1134,12 @@
|
||||||
"title": "Enable the Mapped Locations feature",
|
"title": "Enable the Mapped Locations feature",
|
||||||
"description": "Replace known locations in the path with the replacements before applying the style.",
|
"description": "Replace known locations in the path with the replacements before applying the style.",
|
||||||
"default": true
|
"default": true
|
||||||
|
},
|
||||||
|
"mixed_threshold":{
|
||||||
|
"type": "integer",
|
||||||
|
"title": "Mixed threshold",
|
||||||
|
"description": "The maximum length of a path segment that will be displayed when using mixed style.",
|
||||||
|
"default": 4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue