mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Implement waitForUpToDateBuildGraph using BSP
This commit is contained in:
@@ -330,7 +330,9 @@ extension BuildServerBuildSystem: BuiltInBuildSystem {
|
||||
)
|
||||
}
|
||||
|
||||
package func waitForUpToDateBuildGraph() async {}
|
||||
package func waitForUpBuildSystemUpdates(request: WaitForBuildSystemUpdatesRequest) async -> VoidResponse {
|
||||
return VoidResponse()
|
||||
}
|
||||
|
||||
package func addSourceFilesDidChangeCallback(_ callback: @escaping () async -> Void) {
|
||||
// BuildServerBuildSystem does not support syntactic test discovery or background indexing.
|
||||
|
||||
Reference in New Issue
Block a user