Implement waitForUpToDateBuildGraph using BSP

This commit is contained in:
Alex Hoppen
2024-08-24 20:40:46 -07:00
parent 12923b6d73
commit fac21f5976
10 changed files with 50 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ package protocol BuiltInBuildSystem: AnyObject, Sendable {
func sourceKitOptions(request: SourceKitOptionsRequest) async throws -> SourceKitOptionsResponse?
/// Wait until the build graph has been loaded.
func waitForUpToDateBuildGraph() async
func waitForUpBuildSystemUpdates(request: WaitForBuildSystemUpdatesRequest) async -> VoidResponse
/// Adds a callback that should be called when the value returned by `sourceFiles()` changes.
///