From 8e51e9dd257471afc20468532d7a196d94d7dd04 Mon Sep 17 00:00:00 2001 From: Charlytoc Date: Tue, 23 Apr 2024 19:22:04 -0500 Subject: [PATCH] Update with new version of editor and cli --- .devcontainer/devcontainer.json | 4 +++- learn.json | 11 +++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 09c6c79..9bf9747 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.47 -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": {}, @@ -38,3 +39,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 7200c58..badbf1d 100644 --- a/learn.json +++ b/learn.json @@ -18,9 +18,12 @@ "bugsLink": "https://github.com/learnpack/learnpack/issues/new", "graded": true, - "editor": { - "version": "3.1.23" - }, + "editor": { + "version": "3.1.36" + }, + "telemetry": { + "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" + }, "video": { "intro": { "es": "https://www.youtube.com/watch?v=SD9lqR67yMY", @@ -29,4 +32,4 @@ } -} +} \ No newline at end of file