booplaysgba/.vscode/tasks.json
2022-02-06 17:17:23 +01:00

16 lines
260 B
JSON

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