We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
have a look at the console - I guess the problem is this #78
Sorry, something went wrong.
I tried restart, doesn't seem to work.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: