liveServer.settings.CustomBrowser for FF Developer Edition?
See original GitHub issueI love FF Developer Edition because of CSS Grid tools, but for my OS, I want to stick with Chrome for default browser.
I tried: "liveServer.settings.CustomBrowser": "firefox",
This did not open it up.
Any other suggestions to get this open up?
Currently, I just copy/paste the URL into FF Dev Edition…
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How do I set up VS Code Live Server ... - Stack Overflow
Goto to settings. Search for liveServer.settings.AdvanceCustomBrowserCmdLine. Click on Edit in settings.json. Find "liveServer.settings.
Read more >Change Live Server Browser to Firefox Developer Edition or ...
(You can specify full path of your favorite custom browser). This setting will override CustomBrowser and ChromeDebuggingAttachment settings.
Read more >Settings | Live Server | VSCode Extension - Ritwick Dey
liveServer.settings.port : Customize Port Number of your Live Server. ... C:\Program Files\Firefox Developer Edition\firefox.exe –private-window.
Read more >Visual Studio Code Live Server Not Working - freeCodeCamp
CustomBrowser " setting. Finally, save the settings.json file and try to run Live Server again. Set the default browser for your operating system....
Read more >Why Visual Studio Code Live Server Not Working? - YouTube
Live Server extension works fine with most of the machines but some of you might face an issue, it's not working perfectly on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah! Very much appreciate your help. open -a “/Applications/Firefox Developer Edition.app” -g http://news.google.com Thank you for the useful superuser link above. And, for VSCode settings for live server if Chrome is default browser but you want to use Firefox Developer Edition to work with CSS: “liveServer.settings.AdvanceCustomBrowserCmdLine”: “/Applications/Firefox Developer Edition.app”
We can do it with just 5 easy steps, ok? Let’s fix this! 1: Go to Extensions (Ctrl + Shift + X) 2: Look for Live Server Extension and click on the manage icon then click Extension Settings 3: Click on Edit in settings.json 4: Here look for the last curly bracket and before it put this: “liveServer.settings.AdvanceCustomBrowserCmdLine”: “C:/Program Files/Firefox Developer Edition/firefox.exe” 5: Launch Live Server (Open with Live Server) That’s it!