Skip to content

Commit 5e8b2e2

Browse files
authored
Update .gitpod.yml
1 parent 74acc97 commit 5e8b2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ tasks:
1010
(cp -n .env.example .env || true) &&
1111
psql -U gitpod -c 'CREATE DATABASE example;'
1212
gp open README.md;
13-
npm install heroku -g;
1413
1514
ports:
1615
- port: 9000-9099
@@ -20,3 +19,4 @@ vscode:
2019
extensions:
2120
- ms-toolsai.jupyter
2221
- ms-python.python
22+
- vscode.python

0 commit comments

Comments
 (0)