Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
yinghuaxuan committed Jan 15, 2022
2 parents 213d017 + 46d74f4 commit c73a7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpecFirst.xUnit/XUnitGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public sealed class XUnitGenerator : ISourceGenerator

public void Initialize(GeneratorInitializationContext context)
{
Debugger.Launch();
// Debugger.Launch();
}

public void Execute(GeneratorExecutionContext context)
Expand Down

0 comments on commit c73a7f6

Please sign in to comment.