-
Notifications
You must be signed in to change notification settings - Fork 67
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
Trying to set Chrome as default browser. Keeps opening Firefox. #61
Comments
Hi, I was having the same issue. You just need to use "open in browser" not "view in browser". When you right click on a document you can see both options. So with my browser default set to chrome this works in ST3. If you want a hotkey i use this. [ |
I am running ST3 on Windows 10 and was experiencing the same problem. I resolved it by doing following: #1 #2 {
} #3 #4
#5 I couldn't find the default windows key map file I suspect it's built into view-in-browser: sublime-view-in-browser / Default (Windows).sublime-keymap The above file contains following settings: [ Make sure path to chrome listed is correct and actually goes to the correct folder that contains chrome.exe file |
The simple answer is to set {
"browser": "chrome"
} |
@Js-GitHub very thank you!!1 now i set this for my CANARY chrome: |
Even though I set my default browser to Chrome, it continues to open Firefox instead. Here is what is in my View In Browser.sublime-settings file:
{
"selectedBrowser": "chrome"
}
The text was updated successfully, but these errors were encountered: