I am currently developing a vscode extension and would like to implement a taskprovider in order to make some global tasks that come with the extension.
My problem is that the tasks namespace does not appear in the autocomplete along with window,scm, workspace and others. This makes the typescript shout an error ofcourse.
Has anyone encountered this before? As you can see, its clearly not finding the tasks namespace.
Best regards.