Skip to content

Update with new version of editor and cli #26

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
Update with new version of editor and cli
  • Loading branch information
Charlytoc committed Apr 24, 2024
commit d25b7ac05934fbb1ce6cb3de782b32b9e6bd7622
3 changes: 2 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 toml requests && 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 toml requests && 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 Down
48 changes: 26 additions & 22 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@

{
"language": "python",
"title": {
"us": "Learn how to build HTTP requests with Python",
"es": "Aprende a hacer requests HTTP con Python"
},
"slug": "python-http-requests-api-tutorial-exercises",
"description": {
"us": "Learn interactively to consume and create HTTP requests to APIs using Python",
"es": "Aprende interactivamente cómo consumir APIs y hacer requests HTTP con Python"
},
"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises",
"duration": 4,
"videoSolutions": false,
"difficulty": "easy",
"preview": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises/blob/master/preview.png?raw=true",
"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises",
"projectType": "tutorial",
"autoPlay": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"editor": {
"version": "3.1.23"
}
"language": "python",
"title": {
"us": "Learn how to build HTTP requests with Python",
"es": "Aprende a hacer requests HTTP con Python"
},
"slug": "python-http-requests-api-tutorial-exercises",
"description": {
"us": "Learn interactively to consume and create HTTP requests to APIs using Python",
"es": "Aprende interactivamente cómo consumir APIs y hacer requests HTTP con Python"
},
"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises",
"duration": 4,
"videoSolutions": false,
"difficulty": "easy",
"preview": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises/blob/master/preview.png?raw=true",
"repository": "https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises",
"projectType": "tutorial",
"autoPlay": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"editor": {
"version": "3.1.36"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
}
}
Loading