From a0ecb2802311ace67ca6b31bae5f94bcbd836cc9 Mon Sep 17 00:00:00 2001 From: Charlytoc Date: Tue, 23 Apr 2024 19:22:55 -0500 Subject: [PATCH] Update with new version of editor and cli --- .devcontainer/devcontainer.json | 3 +- learn.json | 55 +++++++++++++++++---------------- 2 files changed, 31 insertions(+), 27 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3c9fd2de..08be9b1a 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 mock pytest-testdox toml && npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/python@1.0.3" + "onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && 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 6acf9c4d..478d6434 100644 --- a/learn.json +++ b/learn.json @@ -1,27 +1,30 @@ { - "title": "Todo List API with Python Flask Interactive", - "slug": "python-flask-api-tutorial", - "status": "published", - "solution": "https://github.com/breatheco-de/todo-list-api-interactive/tree/solution", - "repository": "https://github.com/breatheco-de/python-flask-api-tutorial", - "preview": "https://github.com/breatheco-de/python-flask-api-tutorial/blob/master/.learn/assets/preview.png?raw=true", - "duration": 6, - "grading": "incremental", - "difficulty": "easy", - "videoSolutions": false, - "projectType": "tutorial", - "bugsLink": "https://github.com/learnpack/learnpack/issues/new", - "description": "Create a Todo list API Interactively using Python language and the Flask Framework", - "technologies": [ - "python", - "terminal", - "command-line", - "APIs", - "REST" - ], - "editor": { - "version": "3.1.23" - }, - "autoPlay": true, - "projectType": "tutorial" -} +"title": "Todo List API with Python Flask Interactive", +"slug": "python-flask-api-tutorial", +"status": "published", +"solution": "https://github.com/breatheco-de/todo-list-api-interactive/tree/solution", +"repository": "https://github.com/breatheco-de/python-flask-api-tutorial", +"preview": "https://github.com/breatheco-de/python-flask-api-tutorial/blob/master/.learn/assets/preview.png?raw=true", +"duration": 6, +"grading": "incremental", +"difficulty": "easy", +"videoSolutions": false, +"projectType": "tutorial", +"bugsLink": "https://github.com/learnpack/learnpack/issues/new", +"description": "Create a Todo list API Interactively using Python language and the Flask Framework", +"technologies": [ + "python", + "terminal", + "command-line", + "APIs", + "REST" +], +"editor": { + "version": "3.1.36" +}, +"telemetry": { + "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" +}, +"autoPlay": true, +"projectType": "tutorial" +} \ No newline at end of file