Skip to content

Commit fa2775a

Browse files
committed
Re activate extension after accepting prompt to code when continuous
1 parent aa0fe32 commit fa2775a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Core/Sources/Service/GUI/GraphicalUserInterfaceController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ public final class GraphicalUserInterfaceController {
278278
await handler.acceptPromptToCode()
279279
if !promptToCode.isContinuous {
280280
NSWorkspace.activatePreviousActiveXcode()
281+
} else {
282+
NSWorkspace.activateThisApp()
281283
}
282284
}
283285
}

0 commit comments

Comments
 (0)