Closed sheldonhull closed 3 years ago
task explorer does not provide vscode tasks (nor npm or typescript), it only asks vscode for them, you'll need to put in a ticket with vscode team that the fetchTasks function is not returning them
now supported in 1.29
Vscode now supports not only workspace level tasks, but generic reusable tasks that can be run on any workspace globally. These display the results when running the
Run Task
from command pallete, but vscode-taskexplorer doesn't pick these up.release notes from vscode for jan show some notes on this