Skip to content

Commit

Permalink
Merge pull request #95 from TheAlgorithms/improve_gitpod_config
Browse files Browse the repository at this point in the history
Improve Gitpod configuration
  • Loading branch information
hritik5102 authored Apr 30, 2024
2 parents 78e0f84 + 9eecf24 commit ed959e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .gitpod.Dockerfile

This file was deleted.

14 changes: 5 additions & 9 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
image:
file: .gitpod.Dockerfile

tasks:
- init: pip install -r ./requirements.txt

vscode:
extensions:
- almenon.arepl@2.0.1:JWXhed/Ti1CHdOqmOfP5wg==
- dendron.dendron-markdown-preview-enhanced@0.10.22:iKz57LDwKh6E4XlWzcsIVA==
- almenon.arepl
- ms-toolsai.jupyter

github:
prebuilds:
# enable for the master/default branch (defaults to true)
master: true
# enable for pull requests coming from this repo (defaults to true)
pullRequests: true
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
addComment: true
addCheck: true
addBadge: true
pullRequestsFromForks: true

0 comments on commit ed959e8

Please sign in to comment.