Skip to content

Commit c04ad76

Browse files
authored
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>
1 parent bf2a72d commit c04ad76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitpod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
tasks:
22
- name: Setup
33
init: |
4+
cp -r contrib/ide/vscode .vscode
45
make deps
56
make build
67
command: |

0 commit comments

Comments
 (0)