rustlings/.gitpod.yml
2020-07-16 13:49:18 -07:00

11 lines
287 B
YAML

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