Skip to content

Commit 8b81d16

Browse files
committed
Show task id
1 parent 07327b3 commit 8b81d16

File tree

1 file changed

+1
-1
lines changed
  • components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/listeners

1 file changed

+1
-1
lines changed

components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/listeners/GradleSyncListener.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class GradleSyncListener : ExternalSystemTaskNotificationListener {
2929
val notification = Notification(
3030
"gitpod",
3131
"Gitpod: Pause gradle sync",
32-
"Pausing Gradle Sync, execute <code style='color: orange;'>gp jetbrains gradle resume</code> to unblock all builtin Gradle Sync",
32+
"Pausing Gradle Sync, execute <code style='color: orange;'>gp jetbrains gradle resume</code> to unblock all builtin Gradle Sync <br><br>Current Task ID: ${id.id}",
3333
NotificationType.INFORMATION
3434
)
3535
var isCancelled = false

0 commit comments

Comments
 (0)