mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Merge pull request #1382 from ahoppen/stream-index-log
Instead of sending a message to the index log when an indexing task finishes, stream results as they come in
This commit is contained in:
@@ -125,7 +125,7 @@ extension CompilationDatabaseBuildSystem: BuildSystem {
|
||||
|
||||
public func prepare(
|
||||
targets: [ConfiguredTarget],
|
||||
indexProcessDidProduceResult: @Sendable (IndexProcessResult) -> Void
|
||||
logMessageToIndexLog: @Sendable (_ taskID: IndexTaskID, _ message: String) -> Void
|
||||
) async throws {
|
||||
throw PrepareNotSupportedError()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user