Skip to content

Commit 111ebf2

Browse files
committed
Register workspace plugins
1 parent d635619 commit 111ebf2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Core/Sources/Service/Service.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ public final class Service {
5050
workspacePool.registerPlugin {
5151
SuggestionServiceWorkspacePlugin(workspace: $0) { SuggestionService.service() }
5252
}
53+
workspacePool.registerPlugin {
54+
GitHubCopilotWorkspacePlugin(workspace: $0)
55+
}
56+
workspacePool.registerPlugin {
57+
CodeiumWorkspacePlugin(workspace: $0)
58+
}
59+
workspacePool.registerPlugin {
60+
BuiltinExtensionWorkspacePlugin(workspace: $0)
61+
}
5362
self.workspacePool = workspacePool
5463
globalShortcutManager = .init(guiController: guiController)
5564

0 commit comments

Comments
 (0)