{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "just build",
      "type": "shell",
      "command": "just build",
      "group": {
        "kind": "build",
        "isDefault": true
      },
      "problemMatcher": "$gcc"
    }
  ]
}