Skip to content

Commit

Permalink
Remove Debugger.Break from fix registration
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Nov 19, 2023
1 parent 2757c52 commit e678b6c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public override async Task RegisterCodeFixesAsync(CodeFixContext context)
if (!Debugger.IsAttached)
Debugger.Launch();

Debugger.Break();

var root = await context.Document.GetSyntaxRootAsync(context.CancellationToken).ConfigureAwait(false);
if (root is null)
return;
Expand Down

0 comments on commit e678b6c

Please sign in to comment.