From 67ad293ada01cbf84932025153e52cd284526697 Mon Sep 17 00:00:00 2001 From: Sean Hellum Date: Mon, 6 Jan 2020 10:24:53 -0600 Subject: [PATCH] chore: Simplifies Code Contributions & Reviews (#6816) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gp init * update * Update .gitpod.yml * yarn tests * Delete .gitpod.Dockerfile * Update .gitpod.yml Co-authored-by: Sébastien Chopin Co-authored-by: Xin Du (Clark) --- .gitpod.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000000..afeb1fe287 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +tasks: + - init: yarn install + +vscode: + extensions: + - octref.vetur@0.22.6:7frR53XJ71Pa6fZpNmC2pA==