Solving the problem that Sublime Text does not respond when opened with a browser

What should I do if there is no response when I click Open in Browser to open it with a browser?

Click Browse Packages

Will jump to this folder page

Open the User folder

Just add the following code to the file. Chrome opens the browser by default and can be customized to the browser you want to use.

{ "browser": "chrome" }

Guess you like

Origin blog.csdn.net/m0_64880608/article/details/133054187