X Tutup
Skip to content

fix: use edge if it's the default on macOS#1122

Merged
connor4312 merged 1 commit intomicrosoft:mainfrom
yyyanghj:main
Oct 13, 2021
Merged

fix: use edge if it's the default on macOS#1122
connor4312 merged 1 commit intomicrosoft:mainfrom
yyyanghj:main

Conversation

@yyyanghj
Copy link
Contributor

I use edge for my default browser on Mac. When I run Debug: Open Link for browser debugging, it always launches a chrome instance. So I debug this extension.
The name is "Microsoft Edge" when the default browser is edge on Mac, so getMatchingBrowserInString(name) does not return DefaultBrowser.Edge
Xnip2021-10-13_16-45-49
.

@connor4312 connor4312 merged commit bc51c31 into microsoft:main Oct 13, 2021
@connor4312
Copy link
Member

thanks!

@connor4312 connor4312 added this to the October 2021 milestone Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup