Skip to content

Commit 8a1190a

Browse files
Merge pull request #143 from deimianvasquez/master
update dev container
2 parents 16bc457 + 24734ac commit 8a1190a

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"features": {
99
"ghcr.io/devcontainers/features/node:1": {
1010
"nodeGypDependencies": true,
11-
"version": "16"
11+
"version": "latest"
1212
}
1313
},
1414
"customizations": {
@@ -22,14 +22,8 @@
2222
"extensions": ["learn-pack.learnpack-vscode"]
2323
}
2424
},
25-
"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"
25+
"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",
2626

27-
// Features to add to the dev container. More info: https://containers.dev/features.
28-
// "features": {
29-
"ghcr.io/devcontainers/features/sshd:1": {
30-
"version": "latest"
31-
}
32-
},
3327

3428
// Use 'forwardPorts' to make a list of ports inside the container available locally.
3529
// "forwardPorts": [],

0 commit comments

Comments
 (0)