{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "Git Sync",
      "type": "shell",      
      "options": {
        "cwd": ".vscode"
      },
      "windows": {
        "command": "Powershell.exe -File feature_branch_sync.ps1"
      },
      "auto": true
    } ,
    {
      "label": "npm i",
      "type": "npm",
      "script": "install",
      "auto": true
    }         
  ]
}
