We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443718a commit 0e6fb84Copy full SHA for 0e6fb84
1 file changed
Tocsoft.GraphQLCodeGen.MsBuild/GenerateGraphQLClient.cs
@@ -82,7 +82,6 @@ public override bool Execute()
82
RedirectStandardError = true
83
});
84
85
- Debugger.Launch();
86
// default timeout of 5 seconds
87
int timeout = 5000;
88
if (!int.TryParse(this.Timeout, out timeout))
0 commit comments