From b09c40c3bffabb544d64fc4cdfe0e1b75186e1f0 Mon Sep 17 00:00:00 2001 From: zhuo Date: Tue, 6 Apr 2021 04:50:17 +0000 Subject: [PATCH] Fully automate dev setup with Gitpod This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click. --- .gitpod.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..594eb945 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,9 @@ +tasks: + - init: 'echo "TODO: Replace with init/build command"' + command: 'echo "TODO: Replace with command to start project"' + +vscode: + extensions: + - vscodevim.vim@1.19.2:C+cKTLU9c7GpQtHGKuFgKA== + - mtayllan.moonokai@0.0.4:TehdQgNtm+Y4YxoxIVAWiQ== + - gulajavaministudio.mayukaithemevsc@2.0.5:7enWKGQZvbdnI+I0JY4NHw== \ No newline at end of file