We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6c301 commit b363964Copy full SHA for b363964
.devcontainer/devcontainer.json
@@ -22,7 +22,7 @@
22
"extensions": ["learn-pack.learnpack-vscode"]
23
}
24
},
25
- "onCreateCommand": "sudo apt-get update -y && sudo apt-get install xdg-utils -y && pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected].7 -g && learnpack plugins:install @learnpack/[email protected].3"
+ "onCreateCommand": "sudo apt-get update -y && sudo apt-get install xdg-utils -y && pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected].19 -g && learnpack plugins:install @learnpack/[email protected].6"
26
27
// Features to add to the dev container. More info: https://containers.dev/features.
28
// "features": {},
0 commit comments