Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2e2d97f

Browse files
Update editor and CLI
1 parent 4e0237f commit 2e2d97f

File tree

2 files changed

+36
-31
lines changed

2 files changed

+36
-31
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 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"
26+
"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"
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: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,36 @@
11
{
2-
"language": "html",
3-
"slug": "css-tutorial-exercises-course",
4-
"skills": ["css-styling"],
5-
"preview": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/preview.png?raw=true",
6-
"repository": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course",
7-
"title": {
8-
"us": "Learn CSS Interactively",
9-
"es": "Aprende CSS Interactivamente"
10-
},
11-
"intro": "https://www.youtube.com/watch?v=BDKdUPDez-U",
12-
"description": {
13-
"us": "Learn CSS with an interactive and auto-graded tutorial with dozens of exercises.",
14-
"es": "Aprende CSS con una docena de ejercicios interactivos y auto-corregidos"
15-
},
16-
"duration": 8,
17-
"difficulty": "easy",
18-
"videoSolutions": true,
19-
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
20-
"projectType": "tutorial",
21-
"graded": true,
22-
"disabledActions": [],
23-
"disableGrading": false,
24-
"editor": {
25-
"version": "3.1.23"
26-
},
27-
"video": {
28-
"intro": {
29-
"es":"https://www.youtube.com/watch?v=AuXnQHKhjxw",
30-
"en": "https://www.youtube.com/watch?v=mZPmxx18kXo"
31-
}
2+
"language": "html",
3+
"slug": "css-tutorial-exercises-course",
4+
"skills": ["css-styling"],
5+
"preview": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/preview.png?raw=true",
6+
"repository": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course",
7+
"title": {
8+
"us": "Learn CSS Interactively",
9+
"es": "Aprende CSS Interactivamente"
10+
},
11+
"intro": "https://www.youtube.com/watch?v=BDKdUPDez-U",
12+
"description": {
13+
"us": "Learn CSS with an interactive and auto-graded tutorial with dozens of exercises.",
14+
"es": "Aprende CSS con una docena de ejercicios interactivos y auto-corregidos"
15+
},
16+
"duration": 8,
17+
"difficulty": "easy",
18+
"videoSolutions": true,
19+
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
20+
"projectType": "tutorial",
21+
"graded": true,
22+
"disabledActions": [],
23+
"disableGrading": false,
24+
"editor": {
25+
"version": "3.1.36"
26+
},
27+
"telemetry": {
28+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
29+
},
30+
"video": {
31+
"intro": {
32+
"es":"https://www.youtube.com/watch?v=AuXnQHKhjxw",
33+
"en": "https://www.youtube.com/watch?v=mZPmxx18kXo"
3234
}
3335
}
36+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /