We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5503ec commit f0a4c61Copy full SHA for f0a4c61
.devcontainer/devcontainer.json
@@ -22,7 +22,7 @@
22
"extensions": ["learn-pack.learnpack-vscode"]
23
}
24
},
25
- "onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/learnpack@4.0.10 -g && learnpack plugins:install @learnpack/[email protected]"
+ "onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && 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