A cancellation token.
an array of tasks
Resolves a task that has no execution
set. Tasks are
often created from information found in the tasks.json
-file. Such tasks miss
the information on how to execute them and a task provider must fill in
the missing information in the resolveTask
-method.
The task to resolve.
A cancellation token.
The resolved task
Provides tasks.