File tree Expand file tree Collapse file tree 5 files changed +25
-10
lines changed Expand file tree Collapse file tree 5 files changed +25
-10
lines changed Original file line number Diff line number Diff line change 44! .gitignore
55! .gitpod.yml
66! .gitpod.Dockerfile
7- ! bc .json
7+ ! learn .json
88! README.md
99
1010! /assets
Original file line number Diff line number Diff line change 11FROM gitpod/workspace-full
22USER gitpod
3- RUN pip3 install pytest==4.4.2 pytest-testdox mock && npm i breathecode-cli@1.2.70 -g
3+ RUN pip3 install pytest==4.4.2 pytest-testdox mock
4+ RUN npm i learnpack@0.1.8 -g && learnpack plugins:install learnpack-python@0.0.34
Original file line number Diff line number Diff line change 44# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/
55ports :
66 - port : 3000
7- onOpen : open-preview
7+ onOpen : ignore
88
9- # List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/
10- tasks :
11- - command : bc run
9+ vscode :
10+ extensions :
11+ - learnpack.learnpack-vscode
12+
13+ github :
14+ prebuilds :
15+ # enable for the master/default branch (defaults to true)
16+ master : true
17+ # enable for pull requests coming from this repo (defaults to true)
18+ pullRequests : false
19+ # add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
20+ addComment : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "language" : " python3" ,
3+ "repository" : " https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises" ,
4+ "config" : {
5+ "editor" : {
6+ "version" : " 1.0.68"
7+ }
8+ }
9+ }
You can’t perform that action at this time.
0 commit comments