Skip to content

Commit bccee78

Browse files
committed
update devcontainer to be able to run all-types integration test
1 parent b059aad commit bccee78

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"features": {
55
"ghcr.io/devcontainers/features/github-cli:1": {},
66
"ghcr.io/devcontainers/features/azure-cli:1": {
7-
"installBicep": false
8-
}
7+
"installBicep": true
8+
},
9+
"ghcr.io/devcontainers/features/powershell:1": {}
910
},
1011
"postCreateCommand": "npm ci",
1112
"remoteEnv": {
@@ -31,7 +32,9 @@
3132
"GitHub.vscode-github-actions",
3233
"ms-azuretools.vscode-azureresourcegroups",
3334
"ms-azure-devops.azure-pipelines",
34-
"vitest.dev"
35+
"vitest.dev",
36+
"ms-vscode.powershell",
37+
"ms-azuretools.vscode-bicep"
3538
]
3639
}
3740
},

0 commit comments

Comments
 (0)