From f480999c0c75d85a7c59d08858011bc0dc1ecd66 Mon Sep 17 00:00:00 2001 From: undefined Date: Sun, 28 Aug 2022 14:08:48 +0800 Subject: [PATCH] workspace: gitpod: update ext list --- .gitpod.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 60fb5a58..44365f2b 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,7 +1,10 @@ image: gitpod/workspace-mongodb tasks: - - command: mongod --dbpath /home/gitpod/db - - init: | + - name: MongoDB + init: mkdir -p /home/gitpod/db + command: mongod --dbpath /home/gitpod/db + - name: App + init: | mkdir -p /home/gitpod/.hydro echo '{"host":"127.0.0.1","port":"27017","name":"hydro","username":"","password":""}' >/home/gitpod/.hydro/config.json && \ yarn @@ -19,3 +22,4 @@ vscode: - samuelcolvin.jinjahtml - tabnine.tabnine-vscode - gruntfuggly.todo-tree + - ryanluker.vscode-coverage-gutters