diff options
Diffstat (limited to 'test/common-utils/scenarios.json')
-rw-r--r-- | test/common-utils/scenarios.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/common-utils/scenarios.json b/test/common-utils/scenarios.json index bc1c784..dbf9cdc 100644 --- a/test/common-utils/scenarios.json +++ b/test/common-utils/scenarios.json @@ -114,5 +114,20 @@ "configureZshAsDefaultShell": true } } + }, + "devcontainer-info": { + "build": { + "dockerfile": "Dockerfile" + }, + "features": { + "common-utils": { + "username": "vscode", + "userUid": "1000", + "userGid": "1000", + "upgradePackages": true, + "installZsh": true + } + }, + "remoteUser": "vscode" } } |