Skip to content

Commit

Permalink
Merge pull request #71 from Charlytoc/master
Browse files Browse the repository at this point in the history
Update with new version of editor and cli
  • Loading branch information
Charlytoc authored Apr 24, 2024
2 parents e9addf8 + 3ee13e3 commit 0da7389
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 24 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/python
{
Expand All @@ -21,7 +22,7 @@
"extensions": ["learn-pack.learnpack-vscode"]
}
},
"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"
"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"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand All @@ -35,3 +36,4 @@
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

48 changes: 25 additions & 23 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
{
"language": "python3",
"slug": "practice-python",
"title": {
"us": "Master Python by practice (interactive)",
"es": "Domina Python Practicando (interactivo)"
},
"repository": "https://github.com/4GeeksAcademy/master-python-programming-exercises",
"preview": "https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/preview.gif?raw=true",
"description": {
"us": "Practice your Python programming skills with this interactive and auto-graded set of exercises.",
"es": "Practica tus habilidades de python con esta serie de ejercicios interactivos y auto-evaluados."
"language": "python3",
"slug": "practice-python",
"title": {
"us": "Master Python by practice (interactive)",
"es": "Domina Python Practicando (interactivo)"
},
"repository": "https://github.com/4GeeksAcademy/master-python-programming-exercises",
"preview": "https://github.com/4GeeksAcademy/master-python-programming-exercises/blob/master/preview.gif?raw=true",
"description": {
"us": "Practice your Python programming skills with this interactive and auto-graded set of exercises.",
"es": "Practica tus habilidades de python con esta serie de ejercicios interactivos y auto-evaluados."
},
"duration": 10,
"difficulty": "easy",
"videoSolutions": false,
"projectType": "tutorial",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,

"editor": {
"version": "3.1.36"
},
"duration": 10,
"difficulty": "easy",
"videoSolutions": false,
"projectType": "tutorial",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,

"editor": {
"version": "3.1.23"
}

}
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
}

}

0 comments on commit 0da7389

Please sign in to comment.