We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a7132 commit 71b3b01Copy full SHA for 71b3b01
Core/Sources/Service/RealtimeSuggestionController.swift
@@ -28,7 +28,7 @@ public actor RealtimeSuggestionController {
28
await start(by: xcode.processIdentifier)
29
}
30
let sequence = NSWorkspace.shared.notificationCenter
31
- .notifications(named: NSWorkspace.didLaunchApplicationNotification)
+ .notifications(named: NSWorkspace.didActivateApplicationNotification)
32
for await notification in sequence {
33
try Task.checkCancellation()
34
guard let app = notification
0 commit comments