File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
33{
4- "name" : " GitHub Copilot for Azure" ,
5- // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
4+ "name" : " Mastering GitHub Copilot" ,
65 "image" : " mcr.microsoft.com/vscode/devcontainers/python:dev-3.13-bookworm" ,
76 "features" : {
8- "ghcr.io/devcontainers/features/powershell:1" : {},
9- "ghcr.io/devcontainers/features/common-utils:2" : {},
10- "ghcr.io/devcontainers/features/python:3" : {},
11- "ghcr.io/devcontainers/features/node:1" : {}
7+ "ghcr.io/devcontainers/features/python:3" : { "version" : " 3.13" },
8+ "ghcr.io/devcontainers/features/common-utils:2" : {}
129 },
1310 "hostRequirements" : {
1411 "cpus" : 2 ,
1512 "memory" : " 4gb" ,
1613 "storage" : " 16gb"
1714 },
15+ "forwardPorts" : [5000 , 8000 ],
1816 "postCreateCommand" : " sudo cp --force ./.devcontainer/welcome /etc/motd || true" ,
17+ "remoteUser" : " vscode" ,
1918 "customizations" : {
2019 "vscode" : {
2120 "extensions" : [
You can’t perform that action at this time.
0 commit comments