File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "features" : {
99 "ghcr.io/devcontainers/features/node:1" : {
1010 "nodeGypDependencies" : true ,
11- "version" : " 16 "
11+ "version" : " 22 "
1212 }
13- },
13+ ,
14+ "ghcr.io/devcontainers/features/sshd:1" : {
15+ "version" : " latest"
16+ }
17+ },
1418 "customizations" : {
1519 "vscode" : {
1620 "settings" : {
2529 "onCreateCommand" : " sudo apt-get update -y && sudo apt-get install xdg-utils -y && pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@5.0.348 -g && learnpack plugins:install @learnpack/python@1.0.6"
2630
2731 // Features to add to the dev container. More info: https://containers.dev/features.
28- // "features": {
29- " ghcr.io/devcontainers/features/sshd:1" : {
30- "version" : " latest"
31- }
32- },
32+ // "features": {},
3333
3434 // Use 'forwardPorts' to make a list of ports inside the container available locally.
3535 // "forwardPorts": [],
You can’t perform that action at this time.
0 commit comments