Skip to content

Commit

Permalink
debug testing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbooyah committed Mar 20, 2024
1 parent 7fc4b4a commit 93e8377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class CustomResourceDefinitionGenerator : ISourceGenerator

public void Initialize(GeneratorInitializationContext context)
{
//System.Diagnostics.Debugger.Launch();
System.Diagnostics.Debugger.Launch();
AppDomain.CurrentDomain.AssemblyResolve += OnResolveAssembly;

context.RegisterForSyntaxNotifications(() => new CustomResourceReceiver());
Expand Down

0 comments on commit 93e8377

Please sign in to comment.