Home>Article>Development Tools> How to configure default browser in vscode
How to configure the default browser in vscode:
First search for and install View In Browser in the plug-in extension.
After installing the open in browser plug-in, right-click on the opened html file code to see two more opening options. Click on the option to open the browser to preview.
Open in Default Browsers: Use the default browser to open the shortcut key: alt b
Open in Other Browsers: Use other browsers to open the shortcut key: alt shift b
Modify the default browser: Select File-Preferences-Settings, enter open-in-browser.default in the search bar, and the following edit in the edit box appears
Recommended tutorial:vscode tutorial
The above is the detailed content of How to configure default browser in vscode. For more information, please follow other related articles on the PHP Chinese website!