trigger spacemandmm reparse in CBT 'Build All' task (#58061)

This commit is contained in:
William Wallace
2021-03-31 02:07:07 +01:00
committed by GitHub
parent 815a39a3b5
commit c75c7c5cb3
+6
View File
@@ -21,6 +21,7 @@
"kind": "build",
"isDefault": true
},
"dependsOn": "dm: reparse",
"label": "Build All"
},
{
@@ -44,6 +45,11 @@
],
"group": "build",
"label": "tgui: build"
},
{
"command": "${command:dreammaker.reparse}",
"group": "build",
"label": "dm: reparse"
}
]
}