CommandTaskRunner
CommandTaskRunner copied to clipboard
No task runner providers were found
Describe the bug
When I right-click a .cmd file, I don't see an option to "Add to task runner" and the Task Runner Explorer says "No task runner providers were found." Also, no commands.json file is created
Additional context Visual Studio 2022 Enterprise v17.13.6 Command Task Runner v1.3.70 (latest as of today 5/13/25) Extension is enabled
To Reproduce Steps to reproduce the behavior:
- Open a folder or solution that contains a
.cmdfile - Right-Click on the
.cmdfile - No "Add to task runner" menu option is displayed
- Task Runner Explorer says "No task runner providers were found."
- no
commands.jsonfile is created
Expected behavior
- I would see a right-click menu item with "Add to task runner"
- The Task Runner Explorer would load the
.cmdfile - A
commands.jsonfile is created
Screenshots