{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "Backup Vscode user settings",
      "type": "shell",
      "command": "cmd.exe",
      "args": [
        "/d",
        "/c",
        "copy /y \"C:\\Users\\synag\\AppData\\Roaming\\Code\\User\\keybindings.json\" \"C:\\xampp\\htdocs\\dWstSgm\\dirMcs\\Mcsmgr\\dirVscode\\keybindings.json\" && copy /y \"C:\\Users\\synag\\AppData\\Roaming\\Code\\User\\settings.json\" \"C:\\xampp\\htdocs\\dWstSgm\\dirMcs\\Mcsmgr\\dirVscode\\settings.json\""
      ],
      "problemMatcher": [],
      "presentation": {
        "echo": true,
        "reveal": "always",
        "focus": false,
        "panel": "shared"
      }
    },
    {
      "label": "NameIndex current-file and upload",
      "type": "shell",
      "command": "node",
      "args": [
        "Mcsmgr/mNamidxFile.mjs",
        "${file}"
      ],
      "options": {
        "cwd": "${workspaceFolder}"
      },
      "presentation": {
        "reveal": "always",
        "panel": "shared"
      },
      "problemMatcher": []
    },
    {
      "label": "validate current-file",
      "type": "shell",
      "command": "node",
      "args": [
        "Mcsmgr/validator",
        "${fileDirname}",
        "--file",
        "${fileBasename}"
      ],
      "options": {
        "cwd": "${workspaceFolder}"
      },
      "presentation": {
        "reveal": "always",
        "panel": "shared"
      },
      "problemMatcher": []
    }
  ]
}
