We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305a195 commit 08dfa10Copy full SHA for 08dfa10
.devcontainer/devcontainer.json
@@ -22,7 +22,7 @@
22
"extensions": ["learn-pack.learnpack-vscode"]
23
}
24
},
25
- "onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected].50 -g && learnpack plugins:install @learnpack/[email protected]"
+ "onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected].56 -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