File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change 55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66 "image" : " mcr.microsoft.com/devcontainers/universal:2" ,
77 "features" : {
8- "ghcr.io/devcontainers/features/powershell:1" : {}
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" : {}
912 },
1013 "hostRequirements" : {
11- "cpus" : 2
14+ "cpus" : 2 ,
15+ "memory" : " 4gb" ,
16+ "storage" : " 16gb"
1217 },
13- "postCreateCommand" : " sudo cp --force ./.devcontainer/welcome.txt " ,
18+ "postCreateCommand" : " sudo cp --force ./.devcontainer/welcome /etc/motd || true " ,
1419 "customizations" : {
15- "vscode" : {
20+ "vscode" : {
1621 "extensions" : [
1722 " github.copilot" ,
1823 " ms-vscode.azure-account" ,
19- " ms-azuretools.vscode-azure-github-copilot"
20- ]}
24+ " ms-azuretools.vscode-azure-github-copilot" ,
25+ " ms-python.python" ,
26+ " ms-python.vscode-pylance" ,
27+ " ms-toolsai.jupyter" ,
28+ " dbaeumer.vscode-eslint" ,
29+ " esbenp.prettier-vscode" ,
30+ " streetsidesoftware.code-spell-checker"
31+ ]
32+ }
2133 }
2234}
You can’t perform that action at this time.
0 commit comments