diff --git a/.gitpod.yml b/.gitpod.yml index e8a063cab8e..a0aa262ea90 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -2,6 +2,11 @@ image: file: .gitpod.Dockerfile tasks: - init: ./gradlew assemble +jetbrains: + intellij: + plugins: + - CheckStyle-IDEA + - zielu.gittoolbox vscode: extensions: - redhat.java