summaryrefslogtreecommitdiff
path: root/.gitpod.yml
blob: 73cb802da9ce9937c596bf70d4f3b465eb20cec5 (plain)
1
2
3
4
5
6
7
tasks:
  - init: /workspace/rustlings/install.sh
    command: /workspace/.cargo/bin/rustlings watch

vscode:
  extensions:
    - rust-lang.rust@0.7.8