Skip to content

Update with new version of editor and cli #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.47 -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 @@ -38,3 +39,4 @@
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

59 changes: 31 additions & 28 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,34 @@
{
"language": "python3",
"slug": "python-lists-loops",
"title": {
"us": "Learn Python Loops and lists Interactively",
"es": "Aprende listas y bucles de Python Interactivamente"
},
"repository": "https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises",
"preview": "https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises/blob/master/preview.gif?raw=true",
"description": {
"us": "Practice Python Lists and tuples (arrays) with interactive auto-graded exercises and video solutions",
"es": "Practica listas y tuplas de Python con ejercicios interactivos, auto-evaluados y con video soluiones"
},
"duration": 10,
"difficulty": "easy",
"projectType": "tutorial",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",

"editor": {
"version": "3.1.23"
},
"video": {
"intro": {
"es": "https://www.youtube.com/watch?v=xMg9d0KsYAk",
"en": "https://www.youtube.com/watch?v=xMg9d0KsYAk"
}
}
"language": "python3",
"slug": "python-lists-loops",
"title": {
"us": "Learn Python Loops and lists Interactively",
"es": "Aprende listas y bucles de Python Interactivamente"
},
"repository": "https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises",
"preview": "https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises/blob/master/preview.gif?raw=true",
"description": {
"us": "Practice Python Lists and tuples (arrays) with interactive auto-graded exercises and video solutions",
"es": "Practica listas y tuplas de Python con ejercicios interactivos, auto-evaluados y con video soluiones"
},
"duration": 10,
"difficulty": "easy",
"projectType": "tutorial",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",


"editor": {
"version": "3.1.36"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
},
"video": {
"intro": {
"es": "https://www.youtube.com/watch?v=xMg9d0KsYAk",
"en": "https://www.youtube.com/watch?v=xMg9d0KsYAk"
}
}


}
Loading