{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "build:cherry-markdown",
      "type": "shell",
      "command": "test -f ../cherry-markdown/dist/cherry-markdown.min.css && test -f ../cherry-markdown/dist/cherry-markdown.esm.js || yarn workspace cherry-markdown build",
      "options": {
        "cwd": "${workspaceFolder}/../.."
      },
      "presentation": {
        "reveal": "silent",
        "panel": "shared",
        "focus": false
      },
      "problemMatcher": []
    },
    {
      "label": "build:extension",
      "type": "npm",
      "script": "build",
      "dependsOn": ["build:cherry-markdown"],
      "dependsOrder": "sequence",
      "problemMatcher": [],
      "presentation": {
        "reveal": "silent",
        "panel": "shared"
      },
      "group": {
        "kind": "build",
        "isDefault": true
      }
    }
  ]
}