mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -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": {
|
||||
"type": "integer",
|
||||
"title": "Maximum Depth",
|
||||
"description": "Maximum path depth to display whithout shortening",
|
||||
"description": "Maximum path depth to display without shortening",
|
||||
"default": 1
|
||||
},
|
||||
"mapped_locations_enabled": {
|
||||
|
@ -1134,6 +1134,12 @@
|
|||
"title": "Enable the Mapped Locations feature",
|
||||
"description": "Replace known locations in the path with the replacements before applying the style.",
|
||||
"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