feat: Add gitpod support (#473)

This commit is contained in:
Ryan McQuen
2020-07-23 10:20:21 -07:00
committed by GitHub
parent 523d18b873
commit 4821a8be94
2 changed files with 13 additions and 0 deletions

7
.gitpod.yml Normal file
View File

@@ -0,0 +1,7 @@
tasks:
- init: /workspace/rustlings/install.sh
command: /workspace/.cargo/bin/rustlings watch
vscode:
extensions:
- rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg==