mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
26 lines
556 B
JSON
26 lines
556 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"label": "Start Webpack Dev",
|
|
"script": "start:renderer",
|
|
"options": {
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
"isBackground": true,
|
|
"problemMatcher": {
|
|
"owner": "custom",
|
|
"pattern": {
|
|
"regexp": "____________"
|
|
},
|
|
"background": {
|
|
"activeOnStart": true,
|
|
"beginsPattern": "Compiling\\.\\.\\.$",
|
|
"endsPattern": "(Compiled successfully|Failed to compile)\\.$"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|