File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 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.
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.
You can’t perform that action at this time.
0 commit comments