1 parent 200f510 commit daeeedfCopy full SHA for daeeedf
1 file changed
Core/Sources/Service/Service.swift
@@ -81,6 +81,9 @@ public final class Service {
81
workspacePool.registerPlugin {
82
BuiltinExtensionWorkspacePlugin(workspace: $0)
83
}
84
+ workspacePool.registerPlugin {
85
+ FileSuggestionManagerPlugin(filespace: $0)
86
+ }
87
88
scheduledCleaner.service = self
89
0 commit comments