16 lines
324 B
JSON
16 lines
324 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "Redis server",
|
||
|
"command": "redis-server",
|
||
|
"type": "process",
|
||
|
"isBackground": true,
|
||
|
"problemMatcher": [],
|
||
|
"presentation": {
|
||
|
"reveal": "silent"
|
||
|
},
|
||
|
}
|
||
|
]
|
||
|
}
|