File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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{
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/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/python@1.0.3"
27+ =======
2428 " onCreateCommand" : " pip3 install pytest==6.2.5 mock pytest-testdox toml && npm i @learnpack/learnpack@2.1.56 -g && learnpack plugins:install @learnpack/python@1.0.3"
29+ >>>>>>> master
2530
2631 // Features to add to the dev container. More info: https://containers.dev/features.
2732 // "features": {},
Original file line number Diff line number Diff line change 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" ,
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+ }
You can’t perform that action at this time.
0 commit comments