-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitpod.yml
44 lines (42 loc) · 1.27 KB
/
.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
32
33
34
35
36
37
38
39
40
41
42
43
44
image: docker.io/woss/gitpod-workspace:gitpod_workspace-full_2022-05-08-14-31-53
tasks:
- name: prep-env
init: |
nix-env -f '<nixpkgs>' -iA nix-direnv nixpkgs-fmt
brew install romkatv/powerlevel10k/powerlevel10k neovim
node $GITPOD_REPO_ROOT/common/scripts/install-run-rush.js install
node $GITPOD_REPO_ROOT/common/scripts/install-run-rush.js build
node $GITPOD_REPO_ROOT/common/scripts/install-run-rush.js prettier
exit
- name: Start stuff
command: bash $GITPOD_REPO_ROOT/.devops/gitpod/start-cmd.sh && exit
ports:
- port: 7766
visibility: public
onOpen: ignore
- port: 9944
visibility: public
onOpen: ignore
- port: 9933
visibility: public
onOpen: ignore
- port: 30333
visibility: public
onOpen: ignore
vscode:
extensions:
- esbenp.prettier-vscode
- donjayamanne.githistory
- eamodio.gitlens
- yzhang.markdown-all-in-one
- dbaeumer.vscode-eslint
- foxundermoon.shell-format
- streetsidesoftware.code-spell-checker
- mhutchie.git-graph
- PKief.material-icon-theme
- ms-azuretools.vscode-docker
- eg2.vscode-npm-script
- pflannery.vscode-versionlens
- formulahendry.auto-rename-tag
- asciidoctor.asciidoctor-vscode
- ZixuanChen.vitest-explorer