BrowserRefresh-Sublime
BrowserRefresh-Sublime copied to clipboard
not working mac os mavericks - sublime text build 3065
installed trhough package control.
package control settings > default (cannot be edited) [ { "keys": ["super+shift+r"], "command": "browser_refresh", "args": { "auto_save": true, "delay": 0.0, "activate": true, "browsers" : ["chrome"] } } ]
package control settings > user (can be edited) [ { "keys": ["command+shift+r"], "command": "browser_refresh", "args": { "auto_save": true, "delay": 0.5, "activate_browser": true, // "browser_name" : "all" "browser_name" : ["chrome"] } } ]
command + shift + r does not produce any result, no saving either.
do i need to activate plugin in somehow? (first plugin i install in ST)
have a look at the console - I guess the problem is this #78
I tried restart, doesn't seem to work.