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>
This commit is contained in:
parent
bf2a72d126
commit
c04ad7632f
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
tasks:
|
tasks:
|
||||||
- name: Setup
|
- name: Setup
|
||||||
init: |
|
init: |
|
||||||
|
cp -r contrib/ide/vscode .vscode
|
||||||
make deps
|
make deps
|
||||||
make build
|
make build
|
||||||
command: |
|
command: |
|
||||||
|
|
Reference in a new issue