mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
fix: add all display_mode values
This commit is contained in:
parent
6ed5d26610
commit
47fc0088d1
|
@ -21,7 +21,7 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Display Mode",
|
"title": "Display Mode",
|
||||||
"description": "Determines whether the segment is displayed always or only if a file matching the extensions are present in the current folder",
|
"description": "Determines whether the segment is displayed always or only if a file matching the extensions are present in the current folder",
|
||||||
"enum": ["always", "files"],
|
"enum": ["always", "files", "environment", "context"],
|
||||||
"default": "context"
|
"default": "context"
|
||||||
},
|
},
|
||||||
"missing_command_text": {
|
"missing_command_text": {
|
||||||
|
|
Loading…
Reference in a new issue