Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on win10 with chrome #96

Open
oxojeck opened this issue Jul 20, 2017 · 8 comments
Open

Not working on win10 with chrome #96

oxojeck opened this issue Jul 20, 2017 · 8 comments

Comments

@oxojeck
Copy link

oxojeck commented Jul 20, 2017

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"]
        }
    }
] 
@sergioramalli
Copy link

I am getting the same issue, with same settings as above

@ChuKhaLi
Copy link

Me too, I'm using sublime text 3 on win 10 and chrome Version 60.0.3112.113

@cmumad
Copy link

cmumad commented Sep 10, 2017

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.

@Raulis
Copy link

Raulis commented Feb 21, 2018

no switching, no refreshing for me :/

@kailynnelson
Copy link

Also having this issue

@kailynnelson
Copy link

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

@kailynnelson
Copy link

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.

@Ced128
Copy link

Ced128 commented Mar 29, 2021

does not work
Thank you for warning, I lost 10 minutes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants