You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/ide/jetbrains/gateway-plugin/src/main/kotlin/io/gitpod/jetbrains/gateway/GitpodSettingsConfigurable.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ class GitpodSettingsConfigurable : BoundConfigurable("Gitpod") {
34
34
row {
35
35
checkBox("Persistent connection heartbeats")
36
36
.bindSelected(state::additionalHeartbeat)
37
-
.comment("Keep workspaces running as long as the IDE connection remains active.")
37
+
.comment("Keep workspaces running as long as the IDE connection remains active")
0 commit comments