We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c71bd commit 4b3e48dCopy full SHA for 4b3e48d
Tool/Sources/BuiltinExtension/BuiltinExtension.swift
@@ -1,7 +1,13 @@
1
import CopilotForXcodeKit
2
import Foundation
3
+import Preferences
4
5
public protocol BuiltinExtension: CopilotForXcodeExtensionCapability {
6
+ /// An id that let the extension manager determine whether the extension is in use.
7
+ var suggestionServiceId: BuiltInSuggestionFeatureProvider { get }
8
+
9
+ /// It's usually called when the app is about to quit,
10
+ /// you should clean up all the resources here.
11
func terminate()
12
}
13
0 commit comments