[SourceKit] Add a request kind to notify dependencies are updated

This commit is contained in:
Rintaro Ishizaki
2021-02-04 15:49:25 -08:00
parent bcd6416c89
commit 27dc2cf406
11 changed files with 107 additions and 2 deletions

View File

@@ -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'),
]