Skip to content

Commit f0dcf32

Browse files
committed
Extend warning duration
1 parent 1a4f931 commit f0dcf32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Core/Sources/Service/SuggestionCommandHandler/PseudoCommandHandler.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ struct PseudoCommandHandler: CommandHandler {
226226
The app is using a fallback solution to accept suggestions. \
227227
For better experience, please restart Xcode to re-activate the Copilot \
228228
menu item.
229-
""", type: .warning)
229+
""", type: .warning, duration: 10)
230230
}
231231

232232
throw error
@@ -299,7 +299,7 @@ struct PseudoCommandHandler: CommandHandler {
299299
The app is using a fallback solution to accept suggestions. \
300300
For better experience, please restart Xcode to re-activate the Copilot \
301301
menu item.
302-
""", type: .warning)
302+
""", type: .warning, duration: 10)
303303
}
304304

305305
throw error

0 commit comments

Comments
 (0)