aboutsummaryrefslogtreecommitdiff
path: root/test/common-utils/scenarios.json
blob: aa36fcb6e11493bce20e4a10d44e488587712600 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "configure_zsh_as_default_shell": {
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "features": {
      "common-utils": {
        "configureZshAsDefaultShell": true
      }
    }
  }
}