Skip to content

Commit

Permalink
Merge pull request #93 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
alesanchezr authored Jul 2, 2024
2 parents bcc93fc + 9f81047 commit 88b304f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .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,11 @@
"extensions": ["learn-pack.learnpack-vscode"]
}
},
<<<<<<< master
"onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/[email protected] -g && learnpack plugins:install @learnpack/[email protected]"
=======
"onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/[email protected] -g && learnpack plugins:install @learnpack/[email protected]"
>>>>>>> master

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down
7 changes: 5 additions & 2 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "https://github.com/breatheco-de/python-flask-api-tutorial/blob/master/.learn/assets/preview.png?raw=true",
"duration": 6,
"grading": "incremental",
"difficulty": "easy",
"difficulty": "beginner",
"videoSolutions": false,
"projectType": "tutorial",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
Expand All @@ -22,6 +22,9 @@
"editor": {
"version": "3.1.40"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
},
"autoPlay": true,
"projectType": "tutorial"
}
}

0 comments on commit 88b304f

Please sign in to comment.