We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70318d9 commit c82a72eCopy full SHA for c82a72e
integration/vscode/ada/src/gnattest.ts
@@ -886,7 +886,7 @@ async function buildTestDriverAndReportErrors(
886
887
buildTasks.push(instTask, buildTask);
888
} else {
889
- const task = await findTaskByName(`${TASK_BUILD_TEST_DRIVER}`);
+ const task = await findTaskByName(`${TASK_TYPE_ADA}: ${TASK_BUILD_TEST_DRIVER}`);
890
buildTasks.push(task);
891
}
892
0 commit comments