Skip to content

Commit daeeedf

Browse files
committed
Load suggestion manager plugin
1 parent 200f510 commit daeeedf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Core/Sources/Service/Service.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ public final class Service {
8181
workspacePool.registerPlugin {
8282
BuiltinExtensionWorkspacePlugin(workspace: $0)
8383
}
84+
workspacePool.registerPlugin {
85+
FileSuggestionManagerPlugin(filespace: $0)
86+
}
8487

8588
scheduledCleaner.service = self
8689
}

0 commit comments

Comments
 (0)