[SourceKit] Include operation kind in compile notifications

- Compile will start / did finish now includes the operation
  kind (perform sema or code complete).
- See also
  https://forums.swift.org/t/sourcekit-lsp-file-status-ux/35947
This commit is contained in:
David Goldman
2020-05-15 17:16:30 -04:00
parent 4e7569ee2b
commit 40759df737
6 changed files with 35 additions and 1 deletions

View File

@@ -182,6 +182,7 @@ UID_KEYS = [
KEY('CompletionCheckDependencyInterval',
'key.completion_check_dependency_interval'),
KEY('AnnotatedTypename', 'key.annotated.typename'),
KEY('CompileOperation', 'key.compileoperation'),
]