aboutsummaryrefslogtreecommitdiff
path: root/src/common-utils/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/common-utils/devcontainer-feature.json')
-rw-r--r--src/common-utils/devcontainer-feature.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json
index a924aa7..d708482 100644
--- a/src/common-utils/devcontainer-feature.json
+++ b/src/common-utils/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "common-utils",
- "version": "2.0.11",
+ "version": "2.1.0",
"name": "Common Utilities",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/common-utils",
"description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.",
@@ -20,6 +20,11 @@
"default": true,
"description": "Install Oh My Zsh!?"
},
+ "installOhMyZshConfig": {
+ "type": "boolean",
+ "default": true,
+ "description": "Allow installing the default dev container .zshrc templates?"
+ },
"upgradePackages": {
"type": "boolean",
"default": true,