booplaysgba/.vscode/tasks.json

16 lines
324 B
JSON
Raw Normal View History

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