Auto-detect tasks using VS Code Tasks 2.0
aefernandes opened this issue · 2 comments
aefernandes commented
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:
while clicking the status bar icon shows:
Maybe this support could be extended by registering new task providers or perhaps something new can be proposed for the VS Code API.
lkytal commented
VS code hasn't exposed it's tasks API yet so I won't be able to make complete support currently.
aefernandes commented
No problem. I ran into something similar and opened #32352 in the Microsoft/vscode repo.