Suppress msedge first run experience when debugging
This commit is contained in:
parent
3579d8fca2
commit
99883719af
|
|
@ -276,7 +276,7 @@ namespace Microsoft.AspNetCore.Builder
|
||||||
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
||||||
{
|
{
|
||||||
return $@"<p>Press Win+R and enter the following:</p>
|
return $@"<p>Press Win+R and enter the following:</p>
|
||||||
<p><strong><code>msedge --remote-debugging-port={debugggerPort} --user-data-dir=""{profilePath}"" {appRootUrl}</code></strong></p>";
|
<p><strong><code>msedge --remote-debugging-port={debugggerPort} --user-data-dir=""{profilePath}"" --no-first-run {appRootUrl}</code></strong></p>";
|
||||||
}
|
}
|
||||||
else if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
|
else if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue