Skip to content

Commit

Permalink
[JetBrains] Update Platform Version from JetBrains Gateway Plugin (EA…
Browse files Browse the repository at this point in the history
…P) (#20320)

* Update Platform Version of JetBrains Gateway Plugin (EAP) to

* Revert gradle properties changes

* Address Filip's feedback

#20319 (comment)

Co-authored-by: Filip Troníček <[email protected]>

---------

Co-authored-by: Huiwen <[email protected]>
Co-authored-by: Filip Troníček <[email protected]>
  • Loading branch information
3 people authored Nov 7, 2024
1 parent 9de8339 commit a6a4c50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

}
Expand Down

0 comments on commit a6a4c50

Please sign in to comment.