mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Implement addSourceFilesDidChangeCallback in BuildSystemManager
This commit is contained in:
@@ -77,6 +77,4 @@ package actor TestBuildSystem: BuiltInBuildSystem {
|
||||
package func topologicalSort(of targets: [BuildTargetIdentifier]) -> [BuildTargetIdentifier]? {
|
||||
return nil
|
||||
}
|
||||
|
||||
package func addSourceFilesDidChangeCallback(_ callback: @escaping () async -> Void) async {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user