We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729e67c commit e49ff91Copy full SHA for e49ff91
.gitpod.yml
@@ -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
-
5
tasks:
6
- init: yarn
7
- init: sdk default java 17.0.4.fx-zulu && ./gradlew build
8
- init: go test ./...
9
- init: cargo test
+
+vscode:
+ extensions:
+ - rust-lang.rust-analyzer
10
+ - firsttris.vscode-jest-runner
0 commit comments