redis_study/.vscode/tasks.json
2020-09-20 16:08:36 +08:00

10 lines
166 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "shell",
"type": "shell",
"command": "/usr/bin/make"
}
]
}