We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4f931 commit f0dcf32Copy full SHA for f0dcf32
Core/Sources/Service/SuggestionCommandHandler/PseudoCommandHandler.swift
@@ -226,7 +226,7 @@ struct PseudoCommandHandler: CommandHandler {
226
The app is using a fallback solution to accept suggestions. \
227
For better experience, please restart Xcode to re-activate the Copilot \
228
menu item.
229
- """, type: .warning)
+ """, type: .warning, duration: 10)
230
}
231
232
throw error
@@ -299,7 +299,7 @@ struct PseudoCommandHandler: CommandHandler {
299
300
301
302
303
304
305
0 commit comments