From c04ad7632f92c70a8db2131cb6a3ce5fc6846505 Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Mon, 24 Oct 2022 04:24:33 +0300 Subject: [PATCH] Use recommended vscode configuration in gitpod environments (#21537) To make go tests run in gitpod, the vscode settings.json must be in the correct place in the filesystem Signed-off-by: Yarden Shoham --- .gitpod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitpod.yml b/.gitpod.yml index e3b79c0c54..6dc6bb513d 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,7 @@ tasks: - name: Setup init: | + cp -r contrib/ide/vscode .vscode make deps make build command: |