bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
455 stars 98 forks source link

Use sublime URL opening code #112

Closed sebbean closed 7 years ago

sebbean commented 7 years ago

Solves a bug (that may just be for me / due to my python configuration) where urls opened via webbrowser were opening in a different browser than the OS default browser. Sublime's URL opening code works correctly.

bgreenlee commented 7 years ago

This was apparently due to a bug introduced in Sublime that has since been fixed in dev versions (see #111). This exact fix was proposed in #110 by @SCdF . I figured we should just wait until the ST fix was released, but it seems to be taking a long time, and this bug was annoying me as well, so I'll merge it. Thanks!