-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update with new version of editor and cli
- Loading branch information
Showing
2 changed files
with
34 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
{ | ||
|
@@ -21,7 +22,7 @@ | |
"extensions": ["learn-pack.learnpack-vscode"] | ||
} | ||
}, | ||
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected].47 -g && learnpack plugins:install @learnpack/[email protected]" | ||
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected].50 -g && learnpack plugins:install @learnpack/[email protected]" | ||
|
||
// Features to add to the dev container. More info: https://containers.dev/features. | ||
// "features": {}, | ||
|
@@ -38,3 +39,4 @@ | |
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. | ||
// "remoteUser": "root" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
|
||
|
||
} |