Closed Amaranthos closed 5 years ago
Currently the DubTaskProvider doesn't consider the type of tasks returned by vsc.workspace.getConfiguration('tasks')
vsc.workspace.getConfiguration('tasks')
{ "version": "2.0.0", "tasks": [ { "label": "hello", "type": "shell", "command": "echo 'Hello'" }, { "label": "test", "type": "dub", "task": "test" } ] }
This results in an error being thrown
Currently the DubTaskProvider doesn't consider the type of tasks returned by
vsc.workspace.getConfiguration('tasks')
This results in an error being thrown