We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0507b4 commit 93fe084Copy full SHA for 93fe084
.gitpod.yml
@@ -35,6 +35,10 @@ tasks:
35
command: |
36
./dev/preview/download-and-merge-harvester-kubeconfig.sh
37
exit 0
38
+ - name: GoLand indexing
39
+ init: |
40
+ ./scripts/goland-indexing.sh
41
+ ./scripts/goland-latest-indexing.sh
42
- name: Java
43
init: |
44
leeway exec --package components/supervisor-api/java:lib --package components/gitpod-protocol/java:lib -- ./gradlew build
@@ -47,10 +51,6 @@ tasks:
47
51
before: pre-commit install --install-hooks
48
52
init: leeway exec --filter-type go -v -- go mod verify
49
53
openMode: split-right
50
- - name: GoLand indexing
- init: |
- ./scripts/goland-indexing.sh
- ./scripts/goland-latest-indexing.sh
54
vscode:
55
extensions:
56
- bradlc.vscode-tailwindcss
0 commit comments