Complexity: 1 - [x] Any OS - @egamma (best person to test is egamma. He implemented this for the old output runner) To get the new terminal runner more on par with the old output runner Grunt autodetection got implemented. To test: - new workspace - install grunt - create a grunt file - add a tasks.json with this single content: ```json { "version": "2.0.0" } ``` - ensure that the tasks in the grunt file are auto detected even without listing them in the tasks.json - ensure that you can turn grunt auto detection off using the setting `"grunt.autoDetect": "off"`