We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473b53e commit 001e32cCopy full SHA for 001e32c
dev-proxy/ProxyEngine.cs
@@ -163,7 +163,8 @@ public async Task Run(CancellationToken? cancellationToken)
163
164
// we need this check or proxy will fail with an exception
165
// when run for example in VSCode's integrated terminal
166
- if (!Console.IsInputRedirected)
+ if (!Console.IsInputRedirected &&
167
+ Environment.GetEnvironmentVariable("CI") is null)
168
{
169
ReadKeys();
170
}
0 commit comments