Support using `wslview` as a browser to open web url

This commit is contained in:
Gareth Jones 2020-05-22 16:51:26 +12:00 committed by Gareth Jones
parent 67372d26ae
commit f6261aa458
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def open_browser(url: str) -> bool:
False, if no suitable browser has been found.
"""
browsers = (
"windows-default", "macosx",
"windows-default", "wslview %s", "macosx",
"google-chrome", "chrome", "chromium", "chromium-browser",
"firefox", "opera", "safari",
)