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==