rustlings/.gitpod.yml
2020-07-16 14:19:11 -07:00

11 lines
322 B
YAML

tasks:
- before: gp env -e PATH="/usr/local/cargo/bin:$PATH"
- init: echo $PATH && eval $(gp env -e) && /workspace/rustlings/install.sh
- command: echo $PATH && /workspace/.cargo/bin/rustlings watch
image:
file: .gitpod.Dockerfile
vscode:
extensions:
- rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg==