auchenberg / vscode-browser-preview

A real browser preview inside your editor that you can debug.
MIT License
4.39k stars 153 forks source link

Firefox Support #215

Open zurgeg opened 3 years ago

zurgeg commented 3 years ago

As a guy who likes to use FOSS stuff, I love Firefox.

It'd be nice if this extension supported Firefox

zurgeg commented 3 years ago

Alright so I took a look, it appears Puppeteer can actually work with Firefox (which according to package.json is what you are using) However, I believe a config option such as "Firefox Mode" would be helpful for this rather than assuming everyone uses Firefox (which of course, some people don't use Firefox)