mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-11-10 05:25:18 +01:00
16 lines
333 B
JSON
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"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|