1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-4.git synced 2024-11-21 23:54:19 +00:00
bda-4-steffo/.vscode/tasks.json
2023-03-05 21:49:24 +01:00

15 lines
No EOL
328 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Neo4J",
"icon": {
"id": "database"
},
"type": "shell",
"command": "${workspaceFolder}/scripts/run-db.sh",
"problemMatcher": [],
"isBackground": true,
}
]
}