Skip to content

Commit a4f2588

Browse files
committed
Join upstream data sources
1 parent 7273840 commit a4f2588

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/LanguageServices/LanguageServiceHost.cs

+2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ protected override async Task InitializeCoreAsync(CancellationToken cancellation
140140
linkOptions: DataflowOption.PropagateCompletion,
141141
cancellationToken: cancellationToken),
142142

143+
ProjectDataSources.JoinUpstreamDataSources(_joinableTaskFactory, _projectFaultHandler, _activeConfiguredProjectProvider, _activeConfigurationGroupSubscriptionService),
144+
143145
new DisposableDelegate(() =>
144146
{
145147
// Dispose all workspaces. Note that this happens within a lock, so we will not race with project updates.

0 commit comments

Comments
 (0)