20 lines
467 B
JSON
Executable File
20 lines
467 B
JSON
Executable File
{
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
} |