From 6f4bdf3c5d5cd1cd955f0bef5b3e39594fc6d298 Mon Sep 17 00:00:00 2001 From: Ryan McQuen Date: Mon, 20 Jul 2020 15:32:21 -0700 Subject: [PATCH] Fix GitPod support, thanks to @corneliusludmann. --- .gitpod.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 0d8dce8e..66363f09 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,9 +1,7 @@ tasks: - - init: gp env -e PATH="/usr/local/cargo/bin:$PATH" && eval $(gp env -e) && /workspace/rustlings/install.sh - - command: eval $(gp env -e) && /workspace/.cargo/bin/rustlings watch -image: - file: .gitpod.Dockerfile + - init: /workspace/rustlings/install.sh + command: /workspace/.cargo/bin/rustlings watch vscode: - extensions: - - rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg== + extensions: + - rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg==