aboutsummaryrefslogtreecommitdiffstats
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorYarden Shoham <hrsi88@gmail.com>2022-10-24 04:24:33 +0300
committerGitHub <noreply@github.com>2022-10-24 02:24:33 +0100
commitc04ad7632f92c70a8db2131cb6a3ce5fc6846505 (patch)
tree7f41fe6fd0caf3758bcbda0ce33669ab1807379f /.gitpod.yml
parentbf2a72d1269a598a8f50c796bb6e4946200436c3 (diff)
downloadgitea-c04ad7632f92c70a8db2131cb6a3ce5fc6846505.tar.gz
gitea-c04ad7632f92c70a8db2131cb6a3ce5fc6846505.zip
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 <hrsi88@gmail.com>
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml1
1 files changed, 1 insertions, 0 deletions
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: |