23 lines
No EOL
457 B
JSON
23 lines
No EOL
457 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "process",
|
|
"presentation": {
|
|
"echo": true,
|
|
"reveal": "silent",
|
|
"focus": false,
|
|
"panel": "dedicated",
|
|
"showReuseMessage": true,
|
|
"clear": false,
|
|
"revealProblems": "always",
|
|
"group": "dev",
|
|
"close": true
|
|
},
|
|
"command": "dev",
|
|
"label": "dev",
|
|
"isBackground": true,
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
} |