Skip to content

Commit

Permalink
Merge pull request #61 from Charlytoc/master
Browse files Browse the repository at this point in the history
Update editor and CLI
  • Loading branch information
Charlytoc authored Apr 24, 2024
2 parents 47ccc28 + bfff479 commit 5fc3b3d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected].47 -g && learnpack plugins:install @learnpack/[email protected]"
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected].50 -g && learnpack plugins:install @learnpack/[email protected]"

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
Expand All @@ -32,4 +32,4 @@

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
}
49 changes: 26 additions & 23 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
{
"language": "html",
"slug": "css-layouts-tutorial-exercises",
"preview": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises/blob/master/.learn/assets/preview.png?raw=true",
"repository": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises",
"title": {
"us": "Build Website Layouts with CSS",
"es": "Construye diseños de sitios web con CSS"
},
"description": {
"us": "Learn how to build layouts with an interactive and auto-graded tutorial.",
"es": "Aprende a construir layours con un tutorial interactivo y auto-corregido."
},
"duration": 8,
"difficulty": "easy",
"skills": ["html-layouts","css-styling"],
"videoSolutions": false,
"projectType": "tutorial",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,
"disableGrading": false,
"editor": {
"version": "3.1.23"
}
"language": "html",
"slug": "css-layouts-tutorial-exercises",
"preview": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises/blob/master/.learn/assets/preview.png?raw=true",
"repository": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises",
"title": {
"us": "Build Website Layouts with CSS",
"es": "Construye diseños de sitios web con CSS"
},
"description": {
"us": "Learn how to build layouts with an interactive and auto-graded tutorial.",
"es": "Aprende a construir layours con un tutorial interactivo y auto-corregido."
},
"duration": 8,
"difficulty": "easy",
"skills": ["html-layouts","css-styling"],
"videoSolutions": false,
"projectType": "tutorial",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,
"disableGrading": false,
"editor": {
"version": "3.1.36"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
}
}

0 comments on commit 5fc3b3d

Please sign in to comment.