Skip to content

Commit a2e2201

Browse files
committed
Updating devcontainer definition
1 parent 4a4c5d6 commit a2e2201

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,12 @@
3535
"ms-mssql.mssql",
3636
"ms-vscode.vscode-node-azure-pack",
3737
"github.copilot",
38-
"github.codespaces",
39-
"postman.postman-for-vscode"
38+
"github.codespaces"
4039
]
4140
}
4241
},
4342

4443
// Use 'forwardPorts' to make a list of ports inside the container available locally.
45-
// "forwardPorts": [5000, 5001],
46-
// "portsAttributes": {
47-
// "5001": {
48-
// "protocol": "https"
49-
// }
50-
// }
5144
"forwardPorts": [5000, 5001, 1433],
5245

5346
// Post create commands to run after the container is created.
@@ -62,6 +55,9 @@
6255
},
6356
"ghcr.io/azure/azure-dev/azd:latest": {
6457
"version": "latest"
58+
},
59+
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
60+
"version": "latest"
6561
}
6662
}
6763
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.

0 commit comments

Comments
 (0)