File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "ghcr.io/devcontainers/features/node:1" : {
1010 "nodeGypDependencies" : true ,
1111 "version" : " 22"
12+ },
13+ "ghcr.io/devcontainers/features/sshd:1" : {
14+ "version" : " latest"
1215 }
13- },
16+ },
1417 "customizations" : {
1518 "vscode" : {
1619 "settings" : {
2326 }
2427 },
2528 "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"
26-
27- // Features to add to the dev container. More info: https://containers.dev/features.
28- // "features": {},
29-
3029 // Use 'forwardPorts' to make a list of ports inside the container available locally.
3130 // "forwardPorts": [],
3231
3332 // Use 'postCreateCommand' to run commands after the container is created.
3433 // "postCreateCommand": "pip3 install --user -r requirements.txt",
3534
35+ // Configure tool-specific properties.
36+ // "customizations": {},
37+
3638 // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
3739 // "remoteUser": "root"
3840}
39-
You can’t perform that action at this time.
0 commit comments