lkytal/quickTask

Auto-detect tasks using VS Code Tasks 2.0

aefernandes opened this issue · 2 comments

It would be great if your extension supported the auto-detected tasks in VS Code Tasks 2.0.

For example, in a project with a gruntfile containing one default watch task, the auto-detected tasks appear as follows:
image

while clicking the status bar icon shows:
image

Maybe this support could be extended by registering new task providers or perhaps something new can be proposed for the VS Code API.

VS code hasn't exposed it's tasks API yet so I won't be able to make complete support currently.

No problem. I ran into something similar and opened #32352 in the Microsoft/vscode repo.