2018-04-22 14:35:40 +02:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
2018-12-07 21:37:32 +01:00
|
|
|
"name": "Launch addon",
|
|
|
|
"type": "firefox",
|
2019-05-07 23:03:13 +02:00
|
|
|
"request": "launch",
|
2018-12-07 21:37:32 +01:00
|
|
|
"port":6000,
|
2019-05-07 23:03:13 +02:00
|
|
|
"reAttach": true,
|
2018-12-07 21:37:32 +01:00
|
|
|
"addonType": "webExtension",
|
2020-02-08 00:38:09 +01:00
|
|
|
"addonPath": "${workspaceFolder}/dist-ff",
|
2018-04-22 14:35:40 +02:00
|
|
|
}
|
2018-12-07 21:37:32 +01:00
|
|
|
],
|
|
|
|
"firefox": {
|
2019-05-07 23:03:13 +02:00
|
|
|
"executable": "/usr/bin/firefox-developer-edition",
|
|
|
|
"firefoxArgs": [
|
|
|
|
"--start-debugger-server"
|
|
|
|
]
|
2018-12-07 21:37:32 +01:00
|
|
|
}
|
2018-04-22 14:35:40 +02:00
|
|
|
}
|