We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b059aad commit bccee78Copy full SHA for bccee78
1 file changed
.devcontainer/devcontainer.json
@@ -4,8 +4,9 @@
4
"features": {
5
"ghcr.io/devcontainers/features/github-cli:1": {},
6
"ghcr.io/devcontainers/features/azure-cli:1": {
7
- "installBicep": false
8
- }
+ "installBicep": true
+ },
9
+ "ghcr.io/devcontainers/features/powershell:1": {}
10
},
11
"postCreateCommand": "npm ci",
12
"remoteEnv": {
@@ -31,7 +32,9 @@
31
32
"GitHub.vscode-github-actions",
33
"ms-azuretools.vscode-azureresourcegroups",
34
"ms-azure-devops.azure-pipelines",
- "vitest.dev"
35
+ "vitest.dev",
36
+ "ms-vscode.powershell",
37
+ "ms-azuretools.vscode-bicep"
38
]
39
}
40
0 commit comments