mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-06-24 12:21:58 +02:00
Fix build failure caused by BuildTargetPrepareRequest changing its return type
API-break caused by swiftlang/swift-tools-protocols#34.
This commit is contained in:
@@ -176,7 +176,7 @@ package actor JSONCompilationDatabaseBuildServer: BuiltInBuildServer {
|
||||
}
|
||||
}
|
||||
|
||||
package func prepare(request: BuildTargetPrepareRequest) async throws -> VoidResponse {
|
||||
package func prepare(request: BuildTargetPrepareRequest) async throws -> BuildTargetPrepareResponse {
|
||||
throw ResponseError.methodNotFound(BuildTargetPrepareRequest.method)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user