Skip to content

Commit e49ff91

Browse files
committed
dev: add extensions
1 parent 729e67c commit e49ff91

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitpod.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# This configuration file was automatically generated by Gitpod.
2-
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3-
# and commit this file to your remote git repository to share the goodness with others.
4-
51
tasks:
62
- init: yarn
73
- init: sdk default java 17.0.4.fx-zulu && ./gradlew build
84
- init: go test ./...
95
- init: cargo test
6+
7+
vscode:
8+
extensions:
9+
- rust-lang.rust-analyzer
10+
- firsttris.vscode-jest-runner

0 commit comments

Comments
 (0)