[x] It is not related to remote-vscode or I checked the following issue
[x] Imagine yourself into my position and think how hard to debug the issue without insufficient information.
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
Describe the bug
Expected behavior
The configured task is executed before test execution.
If the task has failed, the task name is included in the error message.
Actual behavior
According to the log, the task is found and run.
Actually the task has not been run.
Instead a "Task not found" is reported as an error.
The error message does not name the task that has failed.
To Reproduce
I have a task configured in tasks.json in my VSCode user directory:
I think the issue is related to this extension. This variable resolve to empty: "preset": "${command:cmake.activeBuildPresetName}",.
And this causing issue.
Checklist
Describe the bug
Expected behavior
Actual behavior
To Reproduce
I have a task configured in
tasks.json
in my VSCode user directory:I can run this task via
Tasks: Run Task
by the namebuild_all
- so I'm confident that the task exists and it can run without errors.I have configured TestMate to run this task:
Screenshots (optional)
Desktop
Log
testmate.log redacted by matepek