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