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 0da7389

Browse files
Merge pull request #71 from Charlytoc/master
Update with new version of editor and cli
2 parents e9addf8 + 3ee13e3 commit 0da7389

File tree

2 files changed

+28
-24
lines changed

2 files changed

+28
-24
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.39 -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": {},
@@ -35,3 +36,4 @@
3536
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
3637
// "remoteUser": "root"
3738
}
39+

‎learn.json

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
{
2-
"language": "python3",
3-
"slug": "practice-python",
4-
"title": {
5-
"us": "Master Python by practice (interactive)",
6-
"es": "Domina Python Practicando (interactivo)"
7-
},
8-
"repository": "https://github.com/4GeeksAcademy/master-python-programming-exercises",
9-
"preview": "https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/preview.gif?raw=true",
10-
"description": {
11-
"us": "Practice your Python programming skills with this interactive and auto-graded set of exercises.",
12-
"es": "Practica tus habilidades de python con esta serie de ejercicios interactivos y auto-evaluados."
2+
"language": "python3",
3+
"slug": "practice-python",
4+
"title": {
5+
"us": "Master Python by practice (interactive)",
6+
"es": "Domina Python Practicando (interactivo)"
7+
},
8+
"repository": "https://github.com/4GeeksAcademy/master-python-programming-exercises",
9+
"preview": "https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/preview.gif?raw=true",
10+
"description": {
11+
"us": "Practice your Python programming skills with this interactive and auto-graded set of exercises.",
12+
"es": "Practica tus habilidades de python con esta serie de ejercicios interactivos y auto-evaluados."
13+
},
14+
"duration": 10,
15+
"difficulty": "easy",
16+
"videoSolutions": false,
17+
"projectType": "tutorial",
18+
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
19+
"graded": true,
20+
21+
"editor": {
22+
"version": "3.1.36"
1323
},
14-
"duration": 10,
15-
"difficulty": "easy",
16-
"videoSolutions": false,
17-
"projectType": "tutorial",
18-
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
19-
"graded": true,
20-
21-
"editor": {
22-
"version": "3.1.23"
23-
}
24-
25-
}
24+
"telemetry": {
25+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
26+
}
2627

28+
}

0 commit comments

Comments
(0)

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