Add .gitpod.yml.
This commit is contained in:
parent
523d18b873
commit
85eb74cf8b
8
.gitpod.yml
Normal file
8
.gitpod.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
tasks:
|
||||
- init: rustlings watch
|
||||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
|
||||
vscode:
|
||||
extensions:
|
||||
- rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg==
|
Loading…
Reference in a new issue