Skip to content

Commit

Permalink
Use recommended vscode configuration in gitpod environments (#21537)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
yardenshoham authored Oct 24, 2022
1 parent bf2a72d commit c04ad76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
tasks:
- name: Setup
init: |
cp -r contrib/ide/vscode .vscode
make deps
make build
command: |
Expand Down

0 comments on commit c04ad76

Please sign in to comment.