Make task templates configurable
See original GitHub issueI started implementing a command to run tests, but the noticed there’s a command in the command palette called “Run Test Task”. It seems like it’d be a good idea to reuse this, since otherwise my “Run Dart tests” command appears even when there’s not a Dart project open.
However, I’m struggling to find how I can actually fire this up. If I execute that command it says No task runner configured
and when I click the option to configure it gives me a list of existing task runners. I figure I need to add a new item to this list that the uesr can select, which would then pre-fill their tasks.json with the correct things for executing tests.
However, I can’t figure out how to contribute something to that list?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Configuring Task Templates - Trackops Support
To create a new task template, navigate to the Settings tab and then click Task Templates. From here, create a new template by...
Read more >Create task templates - Amazon Connect - AWS Documentation
On the Task templates page, choose + New template. On the Create new template page, in the Template name box, enter the name...
Read more >Configure Task Templates
Task Templates contain configuration data that is used by the IFS Connect framework when creating new Application Messages for Connectivity and Print Agent...
Read more >Manage Task Templates | ShotGrid
Create a new Task Template by clicking on the “+ Task Template” button. Fill out the required fields and click “Create Task Template.”....
Read more >Task templates (Box type configuration)
To access this page go to wrench icon at the top > Administration > Box type > choose the Box type you want...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Having ac contribution mechanism to the tasks.json templates is a fair request.
See also #9505