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 0420f98

Browse files
Update with new version of editor and cli
1 parent 8476e9d commit 0420f98

File tree

2 files changed

+34
-29
lines changed

2 files changed

+34
-29
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/python
34
{
@@ -21,7 +22,7 @@
2122
"extensions": ["learn-pack.learnpack-vscode"]
2223
}
2324
},
24-
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/python@1.0.3"
25+
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/python@1.0.3"
2526

2627
// Features to add to the dev container. More info: https://containers.dev/features.
2728
// "features": {},
@@ -38,3 +39,4 @@
3839
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
3940
// "remoteUser": "root"
4041
}
42+

‎learn.json

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,34 @@
11
{
2-
"language": "python3",
3-
"slug": "python-lists-loops",
4-
"title": {
5-
"us": "Learn Python Loops and lists Interactively",
6-
"es": "Aprende listas y bucles de Python Interactivamente"
7-
},
8-
"repository": "https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises",
9-
"preview": "https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises/blob/master/preview.gif?raw=true",
10-
"description": {
11-
"us": "Practice Python Lists and tuples (arrays) with interactive auto-graded exercises and video solutions",
12-
"es": "Practica listas y tuplas de Python con ejercicios interactivos, auto-evaluados y con video soluiones"
13-
},
14-
"duration": 10,
15-
"difficulty": "easy",
16-
"projectType": "tutorial",
17-
"videoSolutions": true,
18-
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
19-
20-
"editor": {
21-
"version": "3.1.23"
22-
},
23-
"video": {
24-
"intro": {
25-
"es": "https://www.youtube.com/watch?v=xMg9d0KsYAk",
26-
"en": "https://www.youtube.com/watch?v=xMg9d0KsYAk"
27-
}
28-
}
2+
"language": "python3",
3+
"slug": "python-lists-loops",
4+
"title": {
5+
"us": "Learn Python Loops and lists Interactively",
6+
"es": "Aprende listas y bucles de Python Interactivamente"
7+
},
8+
"repository": "https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises",
9+
"preview": "https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises/blob/master/preview.gif?raw=true",
10+
"description": {
11+
"us": "Practice Python Lists and tuples (arrays) with interactive auto-graded exercises and video solutions",
12+
"es": "Practica listas y tuplas de Python con ejercicios interactivos, auto-evaluados y con video soluiones"
13+
},
14+
"duration": 10,
15+
"difficulty": "easy",
16+
"projectType": "tutorial",
17+
"videoSolutions": true,
18+
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
2919

30-
20+
"editor": {
21+
"version": "3.1.36"
22+
},
23+
"telemetry": {
24+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
25+
},
26+
"video": {
27+
"intro": {
28+
"es": "https://www.youtube.com/watch?v=xMg9d0KsYAk",
29+
"en": "https://www.youtube.com/watch?v=xMg9d0KsYAk"
30+
}
3131
}
32+
33+
34+
}

0 commit comments

Comments
(0)

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