Sublime Forum

I want open my code in Chrome not Firefox?

#1

I use sublime 2 on Linux Ubuntu and when I right click on my HTML code and choose Open in Browser, the editor open the code in Firefox not Chrome despite the Chrome is the default browser. I want solution for this problem.

0 Likes

#2

Preferences-> Package Settings -> Side Bar -> Settings - User
edit file
“default_browser”: “chrome”
save file
restart Sublime Text

1 Like

#3

Thank you very much for help

0 Likes