diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 688c6e9d..c7b83707 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.39 -g && learnpack plugins:install @learnpack/python@1.0.3" + "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@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 5715ac2f..e2aaf2ef 100644 --- a/learn.json +++ b/learn.json @@ -20,7 +20,7 @@ "language": "python3", "editor": { - "version": "3.1.23" + "version": "3.1.24" } }