mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Use workspace/didChangeWatchedFiles from BSP to communicate file changes to the build system
This commit is contained in:
@@ -199,7 +199,7 @@ package protocol BuiltInBuildSystem: AnyObject, Sendable {
|
||||
func unregisterForChangeNotifications(for: DocumentURI) async
|
||||
|
||||
/// Called when files in the project change.
|
||||
func filesDidChange(_ events: [FileEvent]) async
|
||||
func didChangeWatchedFiles(notification: BuildServerProtocol.DidChangeWatchedFilesNotification) async
|
||||
|
||||
func fileHandlingCapability(for uri: DocumentURI) async -> FileHandlingCapability
|
||||
|
||||
|
||||
Reference in New Issue
Block a user