mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Migrate BuildSystem.prepare to a BSP request
This commit is contained in:
@@ -70,10 +70,7 @@ package actor TestBuildSystem: BuiltInBuildSystem {
|
||||
return InverseSourcesResponse(targets: [BuildTargetIdentifier.dummy])
|
||||
}
|
||||
|
||||
package func prepare(
|
||||
targets: [BuildTargetIdentifier],
|
||||
logMessageToIndexLog: @escaping @Sendable (_ taskID: IndexTaskID, _ message: String) -> Void
|
||||
) async throws {
|
||||
package func prepare(request: PrepareTargetsRequest) async throws -> VoidResponse {
|
||||
throw PrepareNotSupportedError()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user