BrowserRefresh-Sublime
BrowserRefresh-Sublime copied to clipboard
unexpected keyword argument 'activate_browser'
After installing this package into Sublime 2.0.2 (build 2221 Mac OS 10.7.5) via PackageControl, everytime I use the keystroke CMD-Shift-R nothing happens. Neither the file is saved nor the browser is refreshed. The console shows the following error:
Traceback (most recent call last): File "./sublime_plugin.py", line 356, in run_ TypeError: run() got an unexpected keyword argument 'activate_browser'
This error don't occur under Sublime 3 installed the BrowserRefresh plugin the same way via PackageControl.
But as I remember me correctly, this plugin worked well with Sublime 2 several months ago...
Kind regards Dominik
:+1: Fix please
I ran into this issue on Sublime 3, but fixed by changing the activate_browser
key to activate
in my user key settings (I also had browser_name
instead of browsers
... must be settings from log ago that I never changed).