You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that the ISessionManager has the ability to determine if a web
browser is available (via `IsWebBrowserAvailable`), it's only natural
that this is the component that should also be responsible for
actually launching the browser.
We remove the `BrowserUtils` class and transpose its only method
(`OpenDefaultBrowser`) to the session manager component. This means we
can keep the Linux-specific behaviour in a scoped component.
Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>
0 commit comments