You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
701 B

// flatpak run org.mozilla.firefox --start-debugger-server
{
"version": "0.2.0",
"configurations": [{
"type": "firefox",
"request": "attach",
"name": "Attach Firefox",
"url": "http://127.0.0.1:8080/",
"webRoot": "${workspaceFolder}",
"pathMappings": [{
"url": "http://127.0.0.1:8080",
"path": "${workspaceFolder}/public"
}]
},
{
"type": "node",
"request": "attach",
"name": "Node: Nodemon",
"processId": "${command:PickProcess}",
"restart": true,
"protocol": "inspector"
}
]
}