File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ import Foundation
55import Preferences
66
77public protocol BuiltinExtension : CopilotForXcodeExtensionCapability {
8- /// An id that let the extension manager determine whether the extension is in use.
9- var suggestionServiceId : BuiltInSuggestionFeatureProvider ? { get }
108 /// An identifier for the extension.
119 var extensionIdentifier : String { get }
1210
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ import Workspace
1414public final class CodeiumExtension : BuiltinExtension {
1515 public var extensionIdentifier : String { " com.codeium " }
1616
17- public var suggestionServiceId : Preferences . BuiltInSuggestionFeatureProvider { . codeium }
18-
1917 public let suggestionService : CodeiumSuggestionService
2018
2119 public var chatTabTypes : [ any CustomChatTab ] {
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ import Workspace
88
99public final class GitHubCopilotExtension : BuiltinExtension {
1010 public var extensionIdentifier : String { " com.github.copilot " }
11-
12- public var suggestionServiceId : Preferences . BuiltInSuggestionFeatureProvider { . gitHubCopilot }
1311
1412 public let suggestionService : GitHubCopilotSuggestionService
1513 public let chatService : GitHubCopilotChatService
You can’t perform that action at this time.
0 commit comments