We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e148f commit c954b8dCopy full SHA for c954b8d
1 file changed
.devcontainer/devcontainer.json
@@ -8,7 +8,10 @@
8
"features": {
9
"ghcr.io/devcontainers/features/node:1": {
10
"nodeGypDependencies": true,
11
- "version": "16"
+ "version": "22"
12
+ },
13
+ "ghcr.io/devcontainers/features/sshd:1": {
14
+ "version": "latest"
15
}
16
},
17
"customizations": {
@@ -23,14 +26,6 @@
23
26
24
27
25
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"
-
- // Features to add to the dev container. More info: https://containers.dev/features.
- // "features": {
29
- "ghcr.io/devcontainers/features/sshd:1": {
30
- "version": "latest"
31
- }
32
- },
33
34
// Use 'forwardPorts' to make a list of ports inside the container available locally.
35
// "forwardPorts": [],
36
0 commit comments