Skip to content

Commit c82f3aa

Browse files
authored
Create .gitpod.yml
1 parent 340b3ef commit c82f3aa

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.gitpod.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Commands to start on workspace startup
2+
tasks:
3+
- name: "Prepare Environment"
4+
init: >
5+
pip install --upgrade pip &&
6+
pip install --upgrade poetry &&
7+
poetry install &&
8+
poetry shell &&
9+
clear
10+
command: beerlog
11+
12+
# Ports to expose on workspace startup
13+
# ports:
14+
# - port: 8000
15+
# onOpen: open-preview
16+
# visibility: public
17+
18+
vscode:
19+
extensions:
20+
- "ms-python.python@2021.9.1218897484"
21+
- "redhat.vscode-yaml"
22+
- "tamasfe.even-better-toml"
23+
- "alexcvzz.vscode-sqlite"
24+
- "jdinhlife.gruvbox"

0 commit comments

Comments
 (0)