2021-11-03 20:46:19 +00:00
|
|
|
{
|
2022-02-06 16:17:23 +00:00
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"label": "Redis server",
|
|
|
|
"command": "redis-server",
|
|
|
|
"type": "process",
|
|
|
|
"isBackground": true,
|
|
|
|
"problemMatcher": [],
|
|
|
|
"presentation": {
|
|
|
|
"reveal": "silent"
|
|
|
|
},
|
|
|
|
}
|
|
|
|
]
|
2021-11-03 20:46:19 +00:00
|
|
|
}
|