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" : " latest"
12- }
13- ,
14- "ghcr.io/devcontainers/features/sshd:1" : {
11+ "version" : " 22"
12+ },
13+ "ghcr.io/devcontainers/features/sshd:1" : {
1514 "version" : " latest"
16- }
17- },
15+ }
16+ },
1817 "customizations" : {
1918 "vscode" : {
2019 "settings" : {
2625 "extensions" : [" learn-pack.learnpack-vscode" ]
2726 }
2827 },
29- "onCreateCommand" : " 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" ,
30-
31-
28+ "onCreateCommand" : " 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"
3229 // Use 'forwardPorts' to make a list of ports inside the container available locally.
3330 // "forwardPorts": [],
3431
4138 // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
4239 // "remoteUser": "root"
4340}
44-
You can’t perform that action at this time.
0 commit comments