From 85eb74cf8b7785fa0b259ae6e25aaf46aaba96f4 Mon Sep 17 00:00:00 2001
From: Ryan McQuen <rpcm@linux.com>
Date: Thu, 16 Jul 2020 12:57:35 -0700
Subject: [PATCH] Add .gitpod.yml.

---
 .gitpod.yml | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 .gitpod.yml

diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..9cedb31
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,8 @@
+tasks:
+    - init: rustlings watch
+image:
+    file: .gitpod.Dockerfile
+
+vscode:
+  extensions:
+    - rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg==