mirror of
https://github.com/DungeonPaper/dungeon_world_data.git
synced 2026-05-17 18:08:01 +00:00
29 lines
483 B
JSON
29 lines
483 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "dart",
|
|
"command": "dart",
|
|
"cwd": "",
|
|
"args": [
|
|
"doc",
|
|
"."
|
|
],
|
|
"problemMatcher": [],
|
|
"label": "dart: dart doc .",
|
|
"detail": ""
|
|
},
|
|
{
|
|
"label": "Auto-fix all fixable problems",
|
|
"type": "dart",
|
|
"command": "dart",
|
|
"detail": "dart fix --apply",
|
|
"args": [
|
|
"fix",
|
|
"--apply"
|
|
],
|
|
"problemMatcher": []
|
|
},
|
|
]
|
|
}
|