We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340b3ef commit c82f3aaCopy full SHA for c82f3aa
1 file changed
.gitpod.yml
@@ -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