12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch addon",
|
|
"type": "firefox",
|
|
"request": "attach",
|
|
"addonType": "webExtension",
|
|
"addonPath": "${workspaceFolder}/src"
|
|
},
|
|
],
|
|
}
|