gcollazo / BrowserRefresh-Sublime

This plugin will switch from ST2 and ST3 to Google Chrome, Google Chrome Canary, Safari, Firefox or Opera and reload the active tab
http://gcollazo.github.com/BrowserRefresh-Sublime
565 stars 61 forks source link

Issue: Not working with current version of Firefox Developer Edition #95

Open underwood opened 7 years ago

underwood commented 7 years ago

I'm using OSX Firefox Developer Edition 52.0a2 (2016-12-17) (64-bit).

Refresh working normally for chrome and firefox but when I change settings to firefoxdev it is not working.

[ { "keys": ["super+shift+r"], "command": "browser_refresh", "args": { "auto_save": true, "delay": 0.1, "activate": true, "browsers" : ["firefoxdev"] } } ]

siliconjohn commented 7 years ago

I am having the same issue with firefox 50.1.0 (not the dev edition).

ghost commented 7 years ago

Same issue in Firefox 51.0.1 (64-bit) running on OSX 10.11.6. It worked in previous editions, but recently stopped switching to the browser. Works in Chrome. [ { "keys": ["super+shift+r"], "command": "browser_refresh", "args": { "auto_save": true, "delay": 0.0, "activate": true, "browsers" : ["firefox"] } } ]