mirror of
https://github.com/Steffo99/unimore-bda-4.git
synced 2024-11-21 23:54:19 +00:00
15 lines
No EOL
328 B
JSON
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,
|
|
}
|
|
]
|
|
} |