mirror of
https://github.com/Steffo99/unimore-bda-4.git
synced 2024-11-22 08:04:19 +00:00
15 lines
328 B
JSON
15 lines
328 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "Neo4J",
|
||
|
"icon": {
|
||
|
"id": "database"
|
||
|
},
|
||
|
"type": "shell",
|
||
|
"command": "${workspaceFolder}/scripts/run-db.sh",
|
||
|
"problemMatcher": [],
|
||
|
"isBackground": true,
|
||
|
}
|
||
|
]
|
||
|
}
|