Skip to content

Commit 0464f1b

Browse files
authored
Update devcontainer.json
1 parent 8c9fe3b commit 0464f1b

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
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": {
@@ -23,17 +26,15 @@
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-

0 commit comments

Comments
 (0)