File size: 1,238 Bytes
0495c84
55fc65a
0495c84
 
b083f84
bf01f1f
 
 
0495c84
 
b083f84
 
aa43b3f
bf01f1f
0495c84
 
 
b083f84
6ccef40
 
b083f84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0495c84
 
aa43b3f
 
 
 
 
 
 
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
42
43
44
45
---
image: gitpod/workspace-base
# Commands that will run on workspace start 
tasks: 
    - name: Setup, Install & Build 
      before: apt install cargo redis-server nodejs npm -y && cargo test
      init: cargo install cargo-watch 
      command: redis-server --port 8080 & cargo watch -q -w "." -x "run" 
# Ports to expose on workspace startup 
ports: 
    - name: Website 
      description: Website Preview 
      port: 8080 
      onOpen: open-preview
# vscode IDE setup
vscode: 
   extensions: 
    - vadimcn.vscode-lldb
    - cschleiden.vscode-github-actions
    - rust-lang.rust
    - bungcip.better-toml
    - serayuzgur.crates
    - usernamehw.errorlens
    - DavidAnson.vscode-markdownlint
    - esbenp.prettier-vscode
    - stylelint.vscode-stylelint
    - dbaeumer.vscode-eslint
    - evgeniypeshkov.syntax-highlighter
    - redhat.vscode-yaml
    - ms-azuretools.vscode-docker
    - Catppuccin.catppuccin-vsc
    - PKief.material-icon-theme
    - oderwat.indent-rainbow
    - formulahendry.auto-rename-tag
    - eamodio.gitlens
github: 
   prebuilds: 
      master: true 
      branches: true 
      pullRequests: true 
      pullRequestsFromForks: true 
      addCheck: true 
      addComment: false 
      addBadge: true