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