From d25b7ac05934fbb1ce6cb3de782b32b9e6bd7622 Mon Sep 17 00:00:00 2001 From: Charlytoc Date: Tue, 23 Apr 2024 19:23:21 -0500 Subject: [PATCH] Update with new version of editor and cli --- .devcontainer/devcontainer.json | 3 ++- learn.json | 48 ++++++++++++++++++--------------- 2 files changed, 28 insertions(+), 23 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 40a3b24..5893446 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 toml requests && 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 toml requests && 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": {}, diff --git a/learn.json b/learn.json index 8a811da..f8332ce 100644 --- a/learn.json +++ b/learn.json @@ -1,24 +1,28 @@ + { - "language": "python", - "title": { - "us": "Learn how to build HTTP requests with Python", - "es": "Aprende a hacer requests HTTP con Python" - }, - "slug": "python-http-requests-api-tutorial-exercises", - "description": { - "us": "Learn interactively to consume and create HTTP requests to APIs using Python", - "es": "Aprende interactivamente cómo consumir APIs y hacer requests HTTP con Python" - }, - "repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises", - "duration": 4, - "videoSolutions": false, - "difficulty": "easy", - "preview": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises/blob/master/preview.png?raw=true", - "repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises", - "projectType": "tutorial", - "autoPlay": true, - "bugsLink": "https://github.com/learnpack/learnpack/issues/new", - "editor": { - "version": "3.1.23" - } +"language": "python", +"title": { + "us": "Learn how to build HTTP requests with Python", + "es": "Aprende a hacer requests HTTP con Python" +}, +"slug": "python-http-requests-api-tutorial-exercises", +"description": { + "us": "Learn interactively to consume and create HTTP requests to APIs using Python", + "es": "Aprende interactivamente cómo consumir APIs y hacer requests HTTP con Python" +}, +"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises", +"duration": 4, +"videoSolutions": false, +"difficulty": "easy", +"preview": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises/blob/master/preview.png?raw=true", +"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises", +"projectType": "tutorial", +"autoPlay": true, +"bugsLink": "https://github.com/learnpack/learnpack/issues/new", +"editor": { + "version": "3.1.36" +}, +"telemetry": { + "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" +} }