forked from SFS/LightDMMock
23 lines
616 B
JSON
23 lines
616 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "jsdoc",
|
|
"type": "process",
|
|
"command": "jsdoc",
|
|
"args": ["src/LightDMMock.js", "-c", "jsdoc.json", "-d", "doc"],
|
|
"detail": "Generate documentation",
|
|
"presentation": {
|
|
"echo": false,
|
|
"reveal": "silent",
|
|
"showReuseMessage": false,
|
|
"panel": "dedicated",
|
|
"close": true,
|
|
},
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true,
|
|
},
|
|
}
|
|
]
|
|
} |