VS Code API
    Preparing search index...

    Function fetchTasks

    • Fetches all tasks available in the systems. This includes tasks from tasks.json files as well as tasks from task providers contributed through extensions.

      Parameters

      • Optionalfilter: TaskFilter

        Optional filter to select tasks of a certain type or version.

      Returns Thenable<Task[]>

      A thenable that resolves to an array of tasks.