diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3c87dfd9..688c6e9d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,7 +21,7 @@ "extensions": ["learn-pack.learnpack-vscode"] } }, - "onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install @learnpack/python@1.0.0" + "onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/python@1.0.3" // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, diff --git a/learn.json b/learn.json index de732904..3f0615e5 100644 --- a/learn.json +++ b/learn.json @@ -18,7 +18,7 @@ "bugsLink": "https://github.com/learnpack/learnpack/issues/new", "editor": { - "version": "1.0.73" + "version": "3.1.23" } }