1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-4.git synced 2024-11-22 08:04:19 +00:00
bda-4-steffo/.vscode/tasks.json

15 lines
328 B
JSON
Raw Normal View History

2022-11-25 08:31:19 +00:00
{
"version": "2.0.0",
"tasks": [
{
"label": "Neo4J",
"icon": {
"id": "database"
},
"type": "shell",
"command": "${workspaceFolder}/scripts/run-db.sh",
"problemMatcher": [],
"isBackground": true,
}
]
}