{ "version": "0.2.0", "configurations": [ { "name": "Launch Firefox Dev Edition", "type": "firefox", "request": "launch", "url": "http://localhost:4730/", "webRoot": "${workspaceFolder}", "firefoxExecutable": "/Applications/Firefox Nightly.app/Contents/MacOS/firefox", "preLaunchTask": "🚀 dev" } ] }