Skip to content

Commit 4b3e48d

Browse files
committed
Add docs
1 parent 20c71bd commit 4b3e48d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
import CopilotForXcodeKit
22
import Foundation
3+
import Preferences
34

45
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.
511
func terminate()
612
}
713

0 commit comments

Comments
 (0)