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 5172ef8 commit 0c62ad1Copy full SHA for 0c62ad1
dev-proxy-plugins/Inspection/DevToolsPlugin.cs
@@ -63,7 +63,7 @@ private string GetChromiumProcessName(DevToolsPluginConfiguration configuration)
63
{
64
case PreferredBrowser.Chrome:
65
return RuntimeInformation.IsOSPlatform(OSPlatform.Windows)
66
- ? "chrome.exe"
+ ? Environment.ExpandEnvironmentVariables(@"%ProgramFiles%\Google\Chrome\Application\chrome.exe")
67
: "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome";
68
case PreferredBrowser.EdgeDev:
69
0 commit comments