mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Remove language parameter from BuildSystem.registerForChangeNotifications
The language wasn’t used anywhere.
This commit is contained in:
@@ -70,7 +70,7 @@ public protocol BuildSystem: AnyObject {
|
||||
/// IMPORTANT: When first receiving a register request, the `BuildSystem` MUST asynchronously
|
||||
/// inform its delegate of any initial settings for the given file via the
|
||||
/// `fileBuildSettingsChanged` method, even if unavailable.
|
||||
func registerForChangeNotifications(for: DocumentURI, language: Language) async
|
||||
func registerForChangeNotifications(for: DocumentURI) async
|
||||
|
||||
/// Unregister the given file for build-system level change notifications,
|
||||
/// such as command line flag changes, dependency changes, etc.
|
||||
|
||||
Reference in New Issue
Block a user