Azure-Sentinel/.vscode/tasks.json

14 строки
252 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "func",
"command": "host start",
"problemMatcher": "$func-powershell-watch",
"isBackground": true,
"options": {
"cwd": "${workspaceFolder}/Watchlists\\UpdateAzurePublicIPs"
}
}
]
}