Skip to content

Commit 2505eb9

Browse files
authored
Update devcontainer name and configuration
1 parent 28590ed commit 2505eb9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
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": [

0 commit comments

Comments
 (0)