Browse Source

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>
pull/21582/head
Yarden Shoham 3 years ago committed by GitHub
parent
commit
c04ad7632f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitpod.yml

1
.gitpod.yml

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
tasks:
- name: Setup
init: |
cp -r contrib/ide/vscode .vscode
make deps
make build
command: |

Loading…
Cancel
Save