How to setup Brave as default browser to Visual Studio Code's Live Server?

How to setup Brave as default browser to Visual Studio Code’s Live Server if it doesn’t appear as an option like Firefox and Chrome in the tooltip when you click the pencil icon in the settings.json?

Edit in Setting.json

"liveServer.settings.AdvanceCustomBrowserCmdLine":"YourPath\\brave.exe"
2 Likes