forked from Deland-Labs/fungible-token-standard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
39 lines (38 loc) · 837 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
32
33
34
35
36
37
38
39
image: docker.io/kentsday/dfx_rust:bullseye-dfx-0.10.1-gitpod-1
tasks:
- name: dfx dev
init: |
. ~/fix_gitpod_path.sh
cd src
# ./start.sh
# ./sh_setup_dev.sh
# ./sh_reinstall.sh
# dfx stop
command: |
. ~/fix_gitpod_path.sh
cd src
./start_clean.sh
./sh_setup_dev.sh
./sh_build.sh
ports:
- port: 8000
visibility: public
onOpen: ignore
vscode:
extensions:
- GitHub.copilot
- panicbit.cargo
- bungcip.better-toml
- usernamehw.errorlens
- ms-azuretools.vscode-docker
- pmneo.tsimporter
- rust-lang.rust
- esbenp.prettier-vscode
- alexkrechik.cucumberautocomplete
jetbrains:
pycharm:
plugins:
- org.rust.lang
- ru.adelf.idea.dotenv
- com.chrisrm.idea.MaterialThemeUI
- com.mallowigi