fix: add all display_mode values

This commit is contained in:
Jan De Dobbeleer 2021-01-15 19:28:46 +01:00
parent 6ed5d26610
commit 47fc0088d1

View file

@ -21,7 +21,7 @@
"type": "string",
"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",
"enum": ["always", "files"],
"enum": ["always", "files", "environment", "context"],
"default": "context"
},
"missing_command_text": {