mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] Add a request kind to notify dependencies are updated
This commit is contained in:
@@ -244,7 +244,8 @@ UID_REQUESTS = [
|
||||
'source.request.enable-compile-notifications'),
|
||||
REQUEST('TestNotification', 'source.request.test_notification'),
|
||||
REQUEST('CollectExpressionType', 'source.request.expression.type'),
|
||||
REQUEST('GlobalConfiguration', 'source.request.configuration.global')
|
||||
REQUEST('GlobalConfiguration', 'source.request.configuration.global'),
|
||||
REQUEST('DependencyUpdated', 'source.request.dependency_updated'),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user