go-task / vscode-task

Task for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=task.vscode-task
MIT License
36 stars 4 forks source link

Errors such as `task: include cycle detected` result in interface saying no Taskfile found #123

Open yoiang opened 6 months ago

yoiang commented 6 months ago

Hello! Thank you for the wonderful tool and interface for it 😄

When we were setting up our Taskfile recently we ran into an issue where we misformatted our file resulting in Task to be confused and result in the Taskfile including itself. It didn't take too long to realize this with a little investigation but the VSCode interface reported this as "Takefile not found" and produced a notification "Task command not found." which led to a little confusion as first, rather than reporting the error that, in this case, Task itself reported. Not a big deal but a little usability tweak!