Skip to content

Commit 88b304f

Browse files
authored
Merge pull request #93 from Charlytoc/master
Update with new version of editor and cli
2 parents bcc93fc + 9f81047 commit 88b304f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
23
// README at: https://github.com/devcontainers/templates/tree/main/src/python
34
{
@@ -21,7 +22,11 @@
2122
"extensions": ["learn-pack.learnpack-vscode"]
2223
}
2324
},
25+
<<<<<<< master
26+
"onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/[email protected] -g && learnpack plugins:install @learnpack/[email protected]"
27+
=======
2428
"onCreateCommand": "pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/[email protected] -g && learnpack plugins:install @learnpack/[email protected]"
29+
>>>>>>> master
2530

2631
// Features to add to the dev container. More info: https://containers.dev/features.
2732
// "features": {},

learn.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"preview": "https://github.com/breatheco-de/python-flask-api-tutorial/blob/master/.learn/assets/preview.png?raw=true",
88
"duration": 6,
99
"grading": "incremental",
10-
"difficulty": "easy",
10+
"difficulty": "beginner",
1111
"videoSolutions": false,
1212
"projectType": "tutorial",
1313
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
@@ -22,6 +22,9 @@
2222
"editor": {
2323
"version": "3.1.40"
2424
},
25+
"telemetry": {
26+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
27+
},
2528
"autoPlay": true,
2629
"projectType": "tutorial"
27-
}
30+
}

0 commit comments

Comments
 (0)