Skip to content

Commit 5a8165f

Browse files
authored
Update devcontainer.json
1 parent e414ad2 commit 5a8165f

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
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": {
@@ -26,9 +25,7 @@
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

@@ -41,4 +38,3 @@
4138
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
4239
// "remoteUser": "root"
4340
}
44-

0 commit comments

Comments
 (0)