Skip to content

Commit

Permalink
Merge pull request #8614 from drewnoakes/fix-1357805-lang-svc-hang
Browse files Browse the repository at this point in the history
[17.4] Join upstream data sources in LanguageServiceHost
  • Loading branch information
drewnoakes authored Oct 18, 2022
2 parents 28d3db4 + 42f1d0d commit 4c2530b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ protected override async Task InitializeCoreAsync(CancellationToken cancellation
linkOptions: DataflowOption.PropagateCompletion,
cancellationToken: cancellationToken),

ProjectDataSources.JoinUpstreamDataSources(_joinableTaskFactory, _projectFaultHandler, _activeConfiguredProjectProvider, _activeConfigurationGroupSubscriptionService),

new DisposableDelegate(() =>
{
// Dispose all workspaces. Note that this happens within a lock, so we will not race with project updates.
Expand Down

0 comments on commit 4c2530b

Please sign in to comment.