We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63e443 commit 7273840Copy full SHA for 7273840
src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/LanguageServices/LanguageServiceHost.cs
@@ -106,6 +106,9 @@ protected override async Task InitializeCoreAsync(CancellationToken cancellation
106
return;
107
}
108
109
+ // Ensure we also cancel on project unload
110
+ cancellationToken = _tasksService.LinkUnload(cancellationToken);
111
+
112
// We have one "workspace" per "slice".
113
//
114
// - A "workspace" models the project state that Roslyn needs for a specific configuration.
0 commit comments