diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7fc9e5f9..036271ac 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,3 +1,4 @@ + // For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/python { @@ -21,7 +22,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": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/python@1.0.3" // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, @@ -35,3 +36,4 @@ // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" } + diff --git a/learn.json b/learn.json index 2ef81ef9..a983aec3 100644 --- a/learn.json +++ b/learn.json @@ -1,26 +1,28 @@ { - "language": "python3", - "slug": "practice-python", - "title": { - "us": "Master Python by practice (interactive)", - "es": "Domina Python Practicando (interactivo)" - }, - "repository": "https://github.com/4GeeksAcademy/master-python-programming-exercises", - "preview": "https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/preview.gif?raw=true", - "description": { - "us": "Practice your Python programming skills with this interactive and auto-graded set of exercises.", - "es": "Practica tus habilidades de python con esta serie de ejercicios interactivos y auto-evaluados." +"language": "python3", +"slug": "practice-python", +"title": { + "us": "Master Python by practice (interactive)", + "es": "Domina Python Practicando (interactivo)" +}, +"repository": "https://github.com/4GeeksAcademy/master-python-programming-exercises", +"preview": "https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/preview.gif?raw=true", +"description": { + "us": "Practice your Python programming skills with this interactive and auto-graded set of exercises.", + "es": "Practica tus habilidades de python con esta serie de ejercicios interactivos y auto-evaluados." +}, +"duration": 10, +"difficulty": "easy", +"videoSolutions": false, +"projectType": "tutorial", +"bugsLink": "https://github.com/learnpack/learnpack/issues/new", +"graded": true, + + "editor": { + "version": "3.1.36" }, - "duration": 10, - "difficulty": "easy", - "videoSolutions": false, - "projectType": "tutorial", - "bugsLink": "https://github.com/learnpack/learnpack/issues/new", - "graded": true, - - "editor": { - "version": "3.1.23" - } - -} + "telemetry": { + "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" + } +} \ No newline at end of file