Skip to content

Commit

Permalink
fix: add all display_mode values
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Jan 15, 2021
1 parent 6ed5d26 commit 47fc008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/schema.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 47fc008

Please sign in to comment.