Skip to content

Commit

Permalink
Update editor and CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlytoc committed Apr 23, 2024
1 parent e252e8c commit 6392121
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 34 deletions.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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
{
Expand All @@ -22,7 +23,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 @@ -33,3 +34,4 @@
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
```
66 changes: 33 additions & 33 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"language": "html",
"slug": "html-tutorial-exercises-course",
"skills": [
"html-forms"
],
"title": {
"us": "Learn the basics of HTML Interactively",
"es": "Aprende lo básico de HTML Interactivamente"
},
"preview": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course/blob/master/preview.png?raw=true",
"repository": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course",
"description": {
"us": "Learn the most popular HTML Tags and how to use them with real life interactive examples, automatic grading and video solutions",
"es": "Aprende los tags más populares de HTML y como usarlos en casos de la vida real con ejemplos interactivos, calicaciones automáticas y video-soluciones"
},
"intro": "https://www.youtube.com/watch?v=Vd2dby9ind4",
"duration": 8,
"difficulty": "easy",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"disabledActions": [],
"autoPlay": true,
"telemetry": {
"batch":"https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
},
"editor": {
"version": "3.1.23"
},
"video": {
"intro": {
"es":"https://www.youtube.com/watch?v=zKfaek8q2vI",
"en": "https://www.youtube.com/watch?v=kDQAnCqGS-w"
}
"language": "html",
"slug": "html-tutorial-exercises-course",
"skills": [
"html-forms"
],
"title": {
"us": "Learn the basics of HTML Interactively",
"es": "Aprende lo básico de HTML Interactivamente"
},
"preview": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course/blob/master/preview.png?raw=true",
"repository": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course",
"description": {
"us": "Learn the most popular HTML Tags and how to use them with real life interactive examples, automatic grading and video solutions",
"es": "Aprende los tags más populares de HTML y como usarlos en casos de la vida real con ejemplos interactivos, calicaciones automáticas y video-soluciones"
},
"intro": "https://www.youtube.com/watch?v=Vd2dby9ind4",
"duration": 8,
"difficulty": "easy",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"disabledActions": [],
"autoPlay": true,
"telemetry": {
"batch":"https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
},
"editor": {
"version": "3.1.36"
},
"video": {
"intro": {
"es":"https://www.youtube.com/watch?v=zKfaek8q2vI",
"en": "https://www.youtube.com/watch?v=kDQAnCqGS-w"
}
}
}

0 comments on commit 6392121

Please sign in to comment.