Skip to content

Commit d5539d6

Browse files
committed
Update editor and CLI
1 parent 6bfe9c1 commit d5539d6

File tree

2 files changed

+32
-28
lines changed

2 files changed

+32
-28
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
```
12
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
23
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
34
{
@@ -22,7 +23,7 @@
2223
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2324
// "forwardPorts": [],
2425

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

2728
// Use 'postCreateCommand' to run commands after the container is created.
2829
// "postCreateCommand": "yarn install",
@@ -33,3 +34,4 @@
3334
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
3435
// "remoteUser": "root"
3536
}
37+
```

learn.json

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
{
2-
"slug": "html-forms-tutorial-exercises",
3-
"title": {
4-
"us": "Learn how to use and interact with HTML Forms",
5-
"es": "Aprende cómo usar e interactuar con Formularios en HTML"
6-
},
7-
"preview": "https://github.com/4GeeksAcademy/html-forms-tutorial-exercises/blob/master/preview.jpeg?raw=true",
8-
"description": {
9-
"us": "Form validations, inputs, textarea, date inputs, etc.",
10-
"es": "Validaciones de formularios, inputs, areas de texto (textarea), inputs de fechas, etc."
11-
},
12-
"video": {
13-
"intro": {
14-
"en": "https://www.youtube.com/watch?v=83HxtkBq7Yc",
15-
"en": "https://www.youtube.com/watch?v=83HxtkBq7Yc"
16-
}
17-
},
18-
"difficulty": "easy",
19-
"language": "html",
20-
"skills": ["html-forms"],
21-
"videoSolutions": true,
22-
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
23-
"projectType": "tutorial",
24-
"repository": "https://github.com/4GeeksAcademy/html-forms-tutorial-exercises",
25-
"config": {
26-
"disableGrading": true,
27-
"editor": {
28-
"version": "3.1.23"
2+
"slug": "html-forms-tutorial-exercises",
3+
"title": {
4+
"us": "Learn how to use and interact with HTML Forms",
5+
"es": "Aprende cómo usar e interactuar con Formularios en HTML"
6+
},
7+
"preview": "https://github.com/4GeeksAcademy/html-forms-tutorial-exercises/blob/master/preview.jpeg?raw=true",
8+
"description": {
9+
"us": "Form validations, inputs, textarea, date inputs, etc.",
10+
"es": "Validaciones de formularios, inputs, areas de texto (textarea), inputs de fechas, etc."
11+
},
12+
"video": {
13+
"intro": {
14+
"en": "https://www.youtube.com/watch?v=83HxtkBq7Yc"
2915
}
16+
},
17+
"difficulty": "easy",
18+
"language": "html",
19+
"skills": ["html-forms"],
20+
"videoSolutions": true,
21+
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
22+
"projectType": "tutorial",
23+
"repository": "https://github.com/4GeeksAcademy/html-forms-tutorial-exercises",
24+
"config": {
25+
"disableGrading": true,
26+
"editor": {
27+
"version": "3.1.36"
28+
},
29+
"telemetry": {
30+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
3031
}
3132
}
33+
}

0 commit comments

Comments
 (0)