We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95bc8d commit 1939afbCopy full SHA for 1939afb
.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/learnpack@4.0.10 -g && learnpack plugins:install @learnpack/[email protected]"
+ "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/learnpack@5.0.7 -g && learnpack plugins:install @learnpack/[email protected]"
26
27
// Features to add to the dev container. More info: https://containers.dev/features.
28
// "features": {},
0 commit comments