-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitpod.yml
More file actions
38 lines (37 loc) · 1.61 KB
/
.gitpod.yml
File metadata and controls
38 lines (37 loc) · 1.61 KB
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
tasks:
- init: echo "Replace me with a build script for the project."
# Users should uncomment this line when they get to the mongo section.
# command: mkdir -p /workspace/data && mongod --dbpath /workspace/data
image:
file: .gitpod.Dockerfile
vscode:
extensions:
- svipas.control-snippets@1.9.1:tTOr8FomaWXl1OyvsZP1SQ==
# Social Extensions
- gitduck.code-streaming@0.1.19:RXILT8f/xwHb6pExTCYwBw==
- genuitecllc.codetogether@2.1.0:eZg1osLJ9axpcVQrZdSdvw==
- vsls-contrib.codetour@0.0.33:iE864lCLSbwy9cG9lCgaYw==
- gitduck.code-streaming@0.1.19:RXILT8f/xwHb6pExTCYwBw==
- jebbs.plantuml@2.13.12:q7DiD6H5NTesaWYIXmeMMQ==
- adpyke.codesnap@1.0.27:x5fuIBtlRw4o0shdGIS5+w==
# View Documents
- auchenberg.vscode-browser-preview@0.6.7:UsqnxvUQdYtm8ZISiN056w==
- bringout.pdf-view@2.2.2:m2alWRlC9L/tyX8kV/oeNg==
# Snippets
# - abusaidm.html-snippets@0.2.1:7b7Vkkp6Lem9WOqKCYMq2w==
# - Zignd.html-css-class-completion@1.19.0:b3YWQQIEP1z3u93nyLX0UA==
# - thekalinga.bootstrap4-vscode@6.1.0:duaQhthWtxWBzXAGe+5GKQ==
# - dsznajder.es7-react-js-snippets@2.8.2:Oslxvz4UUDeKPjbcLgPwdQ==
# - fivethree.vscode-ionic-snippets@2.2.2:Ply5R23KZJUx7j67niwLJQ==
# - fivethree.vscode-svelte-snippets@0.5.0:rRkcaFrMb8wbTuH6kbGEQQ==
# Lint
# - dbaeumer.vscode-eslint@2.1.3:1NRvj3UKNTNwmYjptmUmIw==
# Documentation
- joelday.docthis@0.7.1:OOpm9cdbc8T5+PL4o+MM3Q==
- aaron-bond.better-comments@2.1.0:w1dHZXyFPGn7vpca57Nf5g==
# SVG
- jock.svg@1.3.5:saP8NjiKhPIJgolGEL9E3g==
- idleberg.svg-icons@0.7.0:ktzpetSpTEIdU0RF39/Dgg==
ports:
- port: 3000
onOpen: open-preview