aziz / PlainTasks

An opinionated todo-list plugin for Sublime Text editor (version 2 and 3)
MIT License
3.29k stars 287 forks source link

"Open in browser" opens in wrong browser #349

Closed engelju closed 7 years ago

engelju commented 7 years ago

Expected:

When I hit ⌘ + shift + u, the URL under the cursor should open in my default browser (which is Chrome).

Actual result:

URL gets opened in another browser (currently Safari), even though Chrome is set to be my default browser, both via Chrome and through my macOS settings.

System info:

macOS 10.12.5 PlainTasks v2017.06.25.18.38.30 (as shown in Sublime > List Packages)

vovkkk commented 7 years ago

I’ve no macOS, so I cannot test it, but it is apparently fixed in 3133 https://github.com/SublimeTextIssues/Core/issues/1280, thus closing.

engelju commented 7 years ago

Yup, updating to the newest Sublime Text build (which is 3139 as we speak) within the dev channel fixed this issue. Had to buy a Sublime Text license key to get access to the dev builds, though. But anyways, thanks for your help!