Skip to content

Commit

Permalink
Change the InvocationReason for a solution clearing
Browse files Browse the repository at this point in the history
Not sure why this would be "DocumentRemoved", so updated here.
  • Loading branch information
jasonmalinowski committed Jul 11, 2022
1 parent 50bcdbf commit e9da5cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private void ProcessEvent(WorkspaceChangeEventArgs args, string eventName)
break;

case WorkspaceChangeKind.SolutionCleared:
EnqueueFullSolutionEvent(args.OldSolution, InvocationReasons.DocumentRemoved, eventName);
EnqueueFullSolutionEvent(args.OldSolution, InvocationReasons.SolutionRemoved, eventName);
break;

case WorkspaceChangeKind.ProjectAdded:
Expand Down

0 comments on commit e9da5cf

Please sign in to comment.