diff options
Diffstat (limited to 'test/common-utils/scenarios.json')
-rw-r--r-- | test/common-utils/scenarios.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/common-utils/scenarios.json b/test/common-utils/scenarios.json new file mode 100644 index 0000000..aa36fcb --- /dev/null +++ b/test/common-utils/scenarios.json @@ -0,0 +1,10 @@ +{ + "configure_zsh_as_default_shell": { + "image": "mcr.microsoft.com/devcontainers/base:ubuntu", + "features": { + "common-utils": { + "configureZshAsDefaultShell": true + } + } + } +} |