mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
Apply suggestions from code review
This commit is contained in:
parent
957ff6975d
commit
b083f844eb
52
.gitpod.yml
52
.gitpod.yml
@ -2,38 +2,38 @@
|
|||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
# Commands that will run on workspace start
|
# Commands that will run on workspace start
|
||||||
tasks:
|
tasks:
|
||||||
name: Setup, Install & Build
|
- name: Setup, Install & Build
|
||||||
before: apt install cargo redis-server nodejs npm && cargo test
|
- before: apt install cargo redis-server nodejs npm && cargo test
|
||||||
init: cargo install cargo-watch
|
- init: cargo install cargo-watch
|
||||||
command: redis-server --port 8080 & cargo watch -q -w "." -x "run"
|
- command: redis-server --port 8080 & cargo watch -q -w "." -x "run"
|
||||||
# Ports to expose on workspace startup
|
# Ports to expose on workspace startup
|
||||||
ports:
|
ports:
|
||||||
port: 8080
|
- name: Website
|
||||||
onOpen: open-preview
|
|
||||||
name: Website
|
|
||||||
description: Website Preview
|
description: Website Preview
|
||||||
|
port: 8080
|
||||||
|
onOpen: open-browser
|
||||||
# vscode IDE setup
|
# vscode IDE setup
|
||||||
vscode:
|
vscode:
|
||||||
extensions:
|
extensions:
|
||||||
vadimcn.vscode-lldb
|
- vadimcn.vscode-lldb
|
||||||
rust-lang.rust-analyzer
|
- rust-lang.rust-analyzer
|
||||||
bungcip.better-toml
|
- bungcip.better-toml
|
||||||
serayuzgur.crates
|
- serayuzgur.crates
|
||||||
usernamehw.errorlens
|
- usernamehw.errorlens
|
||||||
DavidAnson.vscode-markdownlint
|
- DavidAnson.vscode-markdownlint
|
||||||
esbenp.prettier-vscode
|
- esbenp.prettier-vscode
|
||||||
stylelint.vscode-stylelint
|
- stylelint.vscode-stylelint
|
||||||
dbaeumer.vscode-eslint
|
- dbaeumer.vscode-eslint
|
||||||
evgeniypeshkov.syntax-highlighter
|
- evgeniypeshkov.syntax-highlighter
|
||||||
redhat.vscode-yaml
|
- redhat.vscode-yaml
|
||||||
ms-azuretools.vscode-docker
|
- ms-azuretools.vscode-docker
|
||||||
GitHub.vscode-github-actions
|
- GitHub.vscode-github-actions
|
||||||
Catppuccin.catppuccin-vsc
|
- Catppuccin.catppuccin-vsc
|
||||||
PKief.material-icon-theme
|
- PKief.material-icon-theme
|
||||||
tal7aouy.rainbow-bracket
|
- tal7aouy.rainbow-bracket
|
||||||
oderwat.indent-rainbow
|
- oderwat.indent-rainbow
|
||||||
formulahendry.auto-rename-tag
|
- formulahendry.auto-rename-tag
|
||||||
eamodio.gitlens
|
- eamodio.gitlens
|
||||||
github:
|
github:
|
||||||
prebuilds:
|
prebuilds:
|
||||||
master: true
|
master: true
|
||||||
|
Loading…
Reference in New Issue
Block a user