-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
31 lines (29 loc) · 862 Bytes
/
.gitpod.yml
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
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: echo 'init script' # runs during prebuild
command: echo 'start script'
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 3000
onOpen: open-preview
vscode:
extensions:
- teamhub.teamhub
- hookyqr.beautify
- hansuxdev.bootstrap5-snippets
- genuitecllc.codetogether
- dbaeumer.vscode-eslint
- donjayamanne.githistory
- github.vscode-pull-request-github
- eamodio.gitlens
- ecmel.vscode-html-css
- abusaidm.html-snippets
- dbaeumer.jshint
- redhat.java
- ritwickdey.liveserver
- equinusocio.vsc-material-theme-icons
- esbenp.prettier-vscode
- ms-python.python
- wakatime.vscode-wakatime
- syler.sass-indented
- redhat.vscode-xml