BrowserRefresh-Sublime
BrowserRefresh-Sublime copied to clipboard
Not working with Sublime 3
No response after pressing Ctrl+Shift+r, do I need to do something more?
My Configuration Here,
[ { "keys": ["command+shift+r"], "command": "browser_refresh", "args": { "auto_save": true, "delay": 0.0, "activate_browser": true, "browser_name" : "Google Chrome" } } ]
Thank you
- Try replace
command
withctrl
. - Check package location. It should be placed in
Packages\Browser Refresh
.
Hi Tomas,
I can't see any related files iin package folder after installing with Package Control. I'm using sublime text 3.
Can you provide me the package file? Kinda confuse actually.
Thank you
Hi, so your problem is related to installation itself? I've installed package via git, so you could try that one.
oh! I'll try, also you can help me by giving your sublime software (with extensions) then I can use it as portable version. If you have no problem then :)
Thank bro
I prefer solution that is independent on me.
Hey there @asifsaho, don't bother if you are running windows with Sublime 3. Author mentioned here (https://github.com/gcollazo/BrowserRefresh-Sublime/issues/35) briefly that there is no fix planned for the bug... ImportError: No module named 'findwindows'
Documentation needs to be updated.
Please have a look at #52 which fixes the windows bug