We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d635619 commit 111ebf2Copy full SHA for 111ebf2
1 file changed
Core/Sources/Service/Service.swift
@@ -50,6 +50,15 @@ public final class Service {
50
workspacePool.registerPlugin {
51
SuggestionServiceWorkspacePlugin(workspace: $0) { SuggestionService.service() }
52
}
53
+ workspacePool.registerPlugin {
54
+ GitHubCopilotWorkspacePlugin(workspace: $0)
55
+ }
56
57
+ CodeiumWorkspacePlugin(workspace: $0)
58
59
60
+ BuiltinExtensionWorkspacePlugin(workspace: $0)
61
62
self.workspacePool = workspacePool
63
globalShortcutManager = .init(guiController: guiController)
64
0 commit comments