redis_study/.vscode/tasks.json

10 lines
166 B
JSON
Raw Normal View History

2020-09-20 08:08:36 +00:00
{
"version": "2.0.0",
"tasks": [
{
"label": "shell",
"type": "shell",
"command": "/usr/bin/make"
}
]
}