From 27ba96299e4a076076a9293543374982209c1d27 Mon Sep 17 00:00:00 2001 From: Ahrimdon Date: Sat, 31 Aug 2024 21:46:34 -0400 Subject: [PATCH] maint(tasks.json): fix build sequence --- .vscode/tasks.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 006c9f0d..06b88e00 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -45,11 +45,15 @@ "🔨 Build Executable", "🔧 Compile Installer" ], + "dependsOrder": "sequence", "problemMatcher": [], "group": { "kind": "build", "isDefault": true } + // "runOptions": { + // "runOn": "folderOpen" + // } } ], "inputs": [ @@ -60,4 +64,4 @@ "default": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\msbuild.exe" } ] -} \ No newline at end of file +}