diff --git a/components/ide/jetbrains/gateway-plugin/gradle-latest.properties b/components/ide/jetbrains/gateway-plugin/gradle-latest.properties index 556e5d3b2e9cbf..a0038e80726356 100644 --- a/components/ide/jetbrains/gateway-plugin/gradle-latest.properties +++ b/components/ide/jetbrains/gateway-plugin/gradle-latest.properties @@ -7,5 +7,5 @@ pluginUntilBuild=243.* # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl # See https://jb.gg/intellij-platform-builds-list for available build versions. pluginVerifierIdeVersions=2024.3 -# Version from "com.jetbrains.gateway" which can be found at https://www.jetbrains.com/intellij-repository/snapshots -platformVersion=243.18137.22 +# Version from "com.jetbrains.gateway" which can be found at https://www.jetbrains.com/updates/updates.xml or exec `./gradlew printProductsReleases` +platformVersion=243.21155.27 diff --git a/components/ide/jetbrains/gateway-plugin/src/main/kotlin/io/gitpod/jetbrains/gateway/GitpodSettingsConfigurable.kt b/components/ide/jetbrains/gateway-plugin/src/main/kotlin/io/gitpod/jetbrains/gateway/GitpodSettingsConfigurable.kt index 6f56276a380692..fdd3ee4d5b9bfa 100644 --- a/components/ide/jetbrains/gateway-plugin/src/main/kotlin/io/gitpod/jetbrains/gateway/GitpodSettingsConfigurable.kt +++ b/components/ide/jetbrains/gateway-plugin/src/main/kotlin/io/gitpod/jetbrains/gateway/GitpodSettingsConfigurable.kt @@ -34,7 +34,7 @@ class GitpodSettingsConfigurable : BoundConfigurable("Gitpod") { row { checkBox("Persistent connection heartbeats") .bindSelected(state::additionalHeartbeat) - .comment("Keep workspaces running as long as the IDE connection remains active.") + .comment("Keep workspaces running as long as the IDE connection remains active") } }