We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When windows getEdgeDirectory runs, this filter
getEdgeDirectory
launchpad/lib/local/platform/windows.js
Lines 90 to 91 in b1d254a
results in inclusion of both these paths:
"C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe"
"C:\Windows\SystemApps\Microsoft.MicrosoftEdgeDevToolsClient_8wekyb3d8bbwe"
On my system the DevToolsClient folder comes first, so launchpad returns that path right after.
Line 96 in b1d254a
The DevToolsClient folder doesn't contain a copy of MicrosoftEdge.exe so launchpad fails to detect edge on my system.
MicrosoftEdge.exe
DevToolsClient
The text was updated successfully, but these errors were encountered:
Thanks for filing this issue @zevisert!
I see this function being used here:
Line 41 in b1d254a
I wonder if it should check for MicrosoftEdge.exe in each of the folders it gets, and then select the first one if there are multiple?
Sorry, something went wrong.
No branches or pull requests
When windows
getEdgeDirectory
runs, this filterlaunchpad/lib/local/platform/windows.js
Lines 90 to 91 in b1d254a
results in inclusion of both these paths:
"C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe"
"C:\Windows\SystemApps\Microsoft.MicrosoftEdgeDevToolsClient_8wekyb3d8bbwe"
On my system the DevToolsClient folder comes first, so launchpad returns that path right after.
launchpad/lib/local/platform/windows.js
Line 96 in b1d254a
The DevToolsClient folder doesn't contain a copy of
MicrosoftEdge.exe
so launchpad fails to detect edge on my system.Easy fix
DevToolsClient
The text was updated successfully, but these errors were encountered: