lemmy-simplified-federation/.vscode/launch.json
rugk 6ea5a42819
Add unit tests
Some small first unit tests for the common, module, at least.
2018-09-01 13:49:45 +02:00

12 lines
227 B
JSON

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