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:
@@ -130,10 +130,7 @@ extension CompilationDatabaseBuildSystem: BuiltInBuildSystem {
|
||||
return InverseSourcesResponse(targets: [BuildTargetIdentifier.dummy])
|
||||
}
|
||||
|
||||
package func prepare(
|
||||
targets: [BuildTargetIdentifier],
|
||||
logMessageToIndexLog: @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