From 2e2d97f0a05da0321eacce7b4e85c08b88d5b209 Mon Sep 17 00:00:00 2001 From: Charlytoc Date: Tue, 23 Apr 2024 18:52:00 -0500 Subject: [PATCH 1/2] Update editor and CLI --- .devcontainer/devcontainer.json | 4 ++- learn.json | 63 +++++++++++++++++---------------- 2 files changed, 36 insertions(+), 31 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b278c0e..d177390 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/html@1.1.7" + "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/html@1.1.7" // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "yarn install", @@ -33,3 +34,4 @@ // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" } +``` \ No newline at end of file diff --git a/learn.json b/learn.json index 391c4f7..88b8c3d 100644 --- a/learn.json +++ b/learn.json @@ -1,33 +1,36 @@ { - "language": "html", - "slug": "css-tutorial-exercises-course", - "skills": ["css-styling"], - "preview": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/preview.png?raw=true", - "repository": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course", - "title": { - "us": "Learn CSS Interactively", - "es": "Aprende CSS Interactivamente" - }, - "intro": "https://www.youtube.com/watch?v=BDKdUPDez-U", - "description": { - "us": "Learn CSS with an interactive and auto-graded tutorial with dozens of exercises.", - "es": "Aprende CSS con una docena de ejercicios interactivos y auto-corregidos" - }, - "duration": 8, - "difficulty": "easy", - "videoSolutions": true, - "bugsLink": "https://github.com/learnpack/learnpack/issues/new", - "projectType": "tutorial", - "graded": true, - "disabledActions": [], - "disableGrading": false, - "editor": { - "version": "3.1.23" - }, - "video": { - "intro": { - "es":"https://www.youtube.com/watch?v=AuXnQHKhjxw", - "en": "https://www.youtube.com/watch?v=mZPmxx18kXo" - } +"language": "html", +"slug": "css-tutorial-exercises-course", +"skills": ["css-styling"], +"preview": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/preview.png?raw=true", +"repository": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course", +"title": { + "us": "Learn CSS Interactively", + "es": "Aprende CSS Interactivamente" +}, +"intro": "https://www.youtube.com/watch?v=BDKdUPDez-U", +"description": { + "us": "Learn CSS with an interactive and auto-graded tutorial with dozens of exercises.", + "es": "Aprende CSS con una docena de ejercicios interactivos y auto-corregidos" +}, +"duration": 8, +"difficulty": "easy", +"videoSolutions": true, +"bugsLink": "https://github.com/learnpack/learnpack/issues/new", +"projectType": "tutorial", +"graded": true, +"disabledActions": [], +"disableGrading": false, +"editor": { + "version": "3.1.36" +}, +"telemetry": { + "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" +}, +"video": { + "intro": { + "es":"https://www.youtube.com/watch?v=AuXnQHKhjxw", + "en": "https://www.youtube.com/watch?v=mZPmxx18kXo" } } +} \ No newline at end of file From 362341eb5b00ef23d524acdd223f03ca1abce95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charly=20Chac=C3=B3n?= <107764250+Charlytoc@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:54:08 -0500 Subject: [PATCH 2/2] Update devcontainer.json --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d177390..77c461a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +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 { @@ -34,4 +34,3 @@ // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" } -``` \ No newline at end of file