diff --git a/.vscode/tasks.json b/.vscode/tasks.json index af1283d3a79..b7d12f05278 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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" } ] }