You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add API for background preparation in SourceKit-LSP (#7540)
- Add an API to get the name of a target from SourceKit-LSP
- We will need this API to prepare a target for indexing.
- Add an API to get all the targets in a build description / modules
graph in a topological order
- We need this for background preparation for indexing so that we can
prepare and index lower-level targets first.
0 commit comments