booplaysgba/.vscode/tasks.json

16 lines
260 B
JSON
Raw Normal View History

{
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"
},
}
]
}