Not working on win10 with chrome
oxojeck opened this issue · 8 comments
I installed plugin, but it doesn't work on win 10 with chrome, why?
My settings:
[
{
"keys": ["ctrl+shift+r"], "command": "browser_refresh", "args": {
"auto_save": true,
"delay": 0.0,
"activate": true,
"browsers" : ["chrome"]
}
}
]
I am getting the same issue, with same settings as above
Me too, I'm using sublime text 3 on win 10 and chrome Version 60.0.3112.113
Me too. It switch to Chrome but not refresh.
It would be better if it switch back to Sublime. So I can keep changing code without switch back.
no switching, no refreshing for me :/
Also having this issue
Is Chrome maybe seeing that a 'foreign' entity is trying to control it so it only lets it refresh once? Because I believe it worked one time but wouldn't work after that
Weird -- changed to
[
{
"keys": ["ctrl+shift+r"], "command": "browser_refresh", "args": {
"auto_save": true,
"delay": 0.5,
"activate": true,
"browsers" : ["chrome"]
}
}
]
from
[
{
"keys": ["ctrl+shift+r"], "command": "browser_refresh", "args": {
"auto_save": true,
"delay": 0.0,
"activate": true,
"browsers" : ["chrome"]
}
}
]
(delay to 0.5) and it works.
does not work
Thank you for warning, I lost 10 minutes