madiator-docker-runpod/official-templates/better-ollama/tasks.json
2024-07-11 20:32:39 +02:00

16 lines
333 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Open Terminal",
"type": "shell",
"command": "echo 'Terminal Opened'",
"problemMatcher": [],
"presentation": {
"reveal": "always",
"panel": "shared"
}
}
]
}