Skip to content

Commit 1939afb

Browse files
authored
Update devcontainer.json
1 parent e95bc8d commit 1939afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"extensions": ["learn-pack.learnpack-vscode"]
2323
}
2424
},
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]"
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@5.0.7 -g && learnpack plugins:install @learnpack/[email protected]"
2626

2727
// Features to add to the dev container. More info: https://containers.dev/features.
2828
// "features": {},

0 commit comments

Comments
 (0)