-
Notifications
You must be signed in to change notification settings - Fork 105
/
Copy pathdevcontainer.json
51 lines (51 loc) · 1.72 KB
/
devcontainer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ACA LZA Dev Container",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/rchaganti/vsc-devcontainer-features/azurebicep:1": {},
"ghcr.io/devcontainers/features/terraform:1": {},
"ghcr.io/devcontainers-contrib/features/terrascan:1": {},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {},
},
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-bicep",
"eamodio.gitlens",
"github.copilot",
"github.copilot-chat",
"gruntfuggly.todo-tree",
"github.vscode-github-actions",
"github.vscode-pull-request-github",
"hashicorp.terraform",
"helixquar.asciidecorator",
"humao.rest-client",
"joffreykern.markdown-toc",
"mhutchie.git-graph",
"ms-azure-devops.azure-pipelines",
"ms-azurecache.vscode-azurecache",
"ms-azuretools.azure-dev",
"ms-azuretools.vscode-azurecontainerapps",
"ms-azuretools.vscode-azureresourcegroups",
"ms-azuretools.vscode-azurestorage",
"ms-azuretools.vscode-azureterraform",
"ms-azuretools.vscode-azurevirtualmachines",
"ms-azuretools.vscode-bicep",
"ms-azuretools.vscode-dapr",
"ms-azuretools.vscode-docker",
"ms-bigdatatools.vscode-asa",
"ms-kubernetes-tools.vscode-aks-tools",
"ms-vscode.azure-account",
"ms-vscode.azure-repos",
"ms-vscode.azurecli",
"msazurermtools.azurerm-vscode-tools",
"stackbreak.comment-divider"
]
}
},
"forwardPorts": [
// Forward ports if needed for local development
],
"postCreateCommand": ""
}