10 lines
215 B
YAML
10 lines
215 B
YAML
tasks:
|
|
- init: /workspace/rustlings/install.sh
|
|
- command: /workspace/.cargo/bin/rustlings watch
|
|
image:
|
|
file: .gitpod.Dockerfile
|
|
|
|
vscode:
|
|
extensions:
|
|
- rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg==
|