From bb183785050560e7c542d71ba2564fdce9f04ccd Mon Sep 17 00:00:00 2001 From: Charlytoc Date: Tue, 23 Apr 2024 19:14:10 -0500 Subject: [PATCH] Update to new version of editor and cli, add telemetry --- .devcontainer/devcontainer.json | 3 ++- learn.json | 11 +++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3237f2c5..cd161aab 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/javascript-node { @@ -22,7 +23,7 @@ // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], - "onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/node@1.1.11" + "onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/node@1.1.11" // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "yarn install", diff --git a/learn.json b/learn.json index e6d7e07a..60d75cac 100644 --- a/learn.json +++ b/learn.json @@ -20,9 +20,12 @@ "jest", "unit testing" ], - "autoPlay": true, + "autoPlay": true, "description": "Give a series of exercises and solutions, create the unit tests to automaticaly grade the given solutions", "editor": { - "version": "3.1.23" - } -} + "version": "3.1.36" + }, + "telemetry": { + "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" + } +} \ No newline at end of file