Skip to content

Commit c82a72e

Browse files
committed
Use task type prefix to support prioritizing User-customized task
1 parent 70318d9 commit c82a72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/vscode/ada/src/gnattest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ async function buildTestDriverAndReportErrors(
886886

887887
buildTasks.push(instTask, buildTask);
888888
} else {
889-
const task = await findTaskByName(`${TASK_BUILD_TEST_DRIVER}`);
889+
const task = await findTaskByName(`${TASK_TYPE_ADA}: ${TASK_BUILD_TEST_DRIVER}`);
890890
buildTasks.push(task);
891891
}
892892

0 commit comments

Comments
 (0)