question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

liveServer.settings.CustomBrowser for FF Developer Edition?

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

14reactions
tedonmaincommented, Mar 13, 2019

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”

4reactions
gesortocommented, Apr 22, 2020

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 Capture 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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found