- {
- name = 'Debug with Firefox',
- type = 'firefox',
- request = 'launch',
- reAttach = true,
- url = 'http://localhost:3000',
- webRoot = '${workspaceFolder}',
- firefoxExecutable = '/Applications/Firefox Developer Edition.app/Contents/MacOS/firefox'
+ {
+ name = 'Debug with Firefox',
+ type = 'firefox',
+ request = 'launch',
+ reAttach = true,
+ url = 'http://localhost:3000',
+ webRoot = '${workspaceFolder}',
+ firefoxExecutable = '/Applications/Firefox Developer Edition.app/Contents/MacOS/firefox'