Browse Source

add dependency for task `BuildModFiles`

Stephan Fuchs 1 month ago
parent
commit
53c52b8e6f
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .vscode/tasks.json

+ 4 - 1
.vscode/tasks.json

@@ -56,7 +56,10 @@
 			"group": {
 				"kind": "build"
 			},
-			"problemMatcher": []
+			"problemMatcher": [],
+			"dependsOn": [
+				"MakeHTML"
+			]
 		},
 		{
 			"type": "typescript",