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 0aa1d76 commit ba251dbCopy full SHA for ba251db
.devcontainer/devcontainer.json
@@ -21,7 +21,7 @@
21
"extensions": ["learn-pack.learnpack-vscode"]
22
}
23
},
24
- "onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected]"
+ "onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/[email protected].56 -g && learnpack plugins:install @learnpack/[email protected]"
25
26
// Features to add to the dev container. More info: https://containers.dev/features.
27
// "features": {},
0 commit comments