{
    "version": "2.0.0",
    "tasks": [
        {
            "label": "FTP Sync - Otomatik Başlat",
            "type": "shell",
            "command": "python sync_manager.py --watch",
            "isBackground": true,
            "problemMatcher": {
                "pattern": {
                    "regexp": "^$",
                    "file": 1,
                    "location": 2,
                    "message": 3
                },
                "background": {
                    "activeOnStart": true,
                    "beginsPattern": ".",
                    "endsPattern": "Otomatik dosya izleme modu AKTIF"
                }
            },
            "presentation": {
                "reveal": "never",
                "panel": "dedicated",
                "focus": false,
                "showReuseMessage": false
            },
            "runOptions": {
                "runOn": "folderOpen"
            },
            "windows": {
                "command": "python",
                "args": [
                    "sync_manager.py",
                    "--watch"
                ]
            }
        }
    ]
}

