mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
When a file is changed, only mark targets that depend on it as out-of-date
This commit is contained in:
@@ -135,6 +135,10 @@ extension CompilationDatabaseBuildSystem: BuildSystem {
|
||||
return nil
|
||||
}
|
||||
|
||||
public func targets(dependingOn targets: [ConfiguredTarget]) -> [ConfiguredTarget]? {
|
||||
return nil
|
||||
}
|
||||
|
||||
public func registerForChangeNotifications(for uri: DocumentURI) async {
|
||||
self.watchedFiles.insert(uri)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user