We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb1531 commit 11be828Copy full SHA for 11be828
1 file changed
Core/Sources/Service/Service.swift
@@ -41,9 +41,7 @@ public final class Service {
41
42
scheduledCleaner = .init()
43
workspacePool.registerPlugin {
44
- SuggestionServiceWorkspacePlugin(workspace: $0) { projectRootURL, onLaunched in
45
- SuggestionService(projectRootURL: projectRootURL, onServiceLaunched: onLaunched)
46
- }
+ SuggestionServiceWorkspacePlugin(workspace: $0) { SuggestionService.service() }
47
}
48
self.workspacePool = workspacePool
49
globalShortcutManager = .init(guiController: guiController)
0 commit comments