Skip to content

Commit ed959e8

Browse files
authored
Merge pull request #95 from TheAlgorithms/improve_gitpod_config
Improve Gitpod configuration
2 parents 78e0f84 + 9eecf24 commit ed959e8

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

Diff for: .gitpod.Dockerfile

-9
This file was deleted.

Diff for: .gitpod.yml

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
1-
image:
2-
file: .gitpod.Dockerfile
3-
41
tasks:
52
- init: pip install -r ./requirements.txt
63

74
vscode:
85
extensions:
9-
- almenon.arepl@2.0.1:JWXhed/Ti1CHdOqmOfP5wg==
10-
- [email protected]:iKz57LDwKh6E4XlWzcsIVA==
6+
- almenon.arepl
7+
- ms-toolsai.jupyter
118

129
github:
1310
prebuilds:
14-
# enable for the master/default branch (defaults to true)
1511
master: true
16-
# enable for pull requests coming from this repo (defaults to true)
1712
pullRequests: true
18-
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
19-
addComment: true
13+
addCheck: true
14+
addBadge: true
15+
pullRequestsFromForks: true

0 commit comments

Comments
 (0)