forked from openradx/adit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitpod.yml
More file actions
41 lines (38 loc) · 954 Bytes
/
.gitpod.yml
File metadata and controls
41 lines (38 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
image:
file: .gitpod.Dockerfile
tasks:
- name: setup
init: |
mkdir -p /workspace/.pip-modules/bin
ln -s /home/gitpod/.local/share/pypoetry/venv/bin/poetry /workspace/.pip-modules/bin/poetry
poetry install
npm install
command: |
./scripts/init_gitpod.sh
./scripts/adit_dev_up.sh
ports:
- port: 8000
onOpen: notify
- port: 6501-6502
onOpen: ignore
- port: 7501-7502
onOpen: ignore
- port: 11122
onOpen: ignore
- port: 5678
onOpen: ignore
vscode:
extensions:
- "batisteo.vscode-django"
- "davidanson.vscode-markdownlint"
- "eamodio.gitlens"
- "esbenp.prettier-vscode"
- "formulahendry.auto-rename-tag"
- "foxundermoon.shell-format"
- "mhutchie.git-graph"
- "mikestead.dotenv"
- "ms-azuretools.vscode-docker"
- "ms-python.python"
- "streetsidesoftware.code-spell-checker"
- "tomoki1207.pdf"
- "wayou.vscode-todo-highlight"