From 47fc0088d137884c3b8e91fe35a6c6c43832790e Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Fri, 15 Jan 2021 19:28:46 +0100 Subject: [PATCH] fix: add all display_mode values --- themes/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/schema.json b/themes/schema.json index 5052637c..945cf0a4 100644 --- a/themes/schema.json +++ b/themes/schema.json @@ -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": {