Skip to content

Option to automatically close the task's terminal when the task is done #112230

@maximedupre

Description

@maximedupre
  1. Debug with a pre launch task
  2. Task has successfully completed
  3. Task terminal window is closed/destroyed automatically

Something to the effect of:

    {
        "label": "npm: knex:migrate",
        "problemMatcher": [],
        "script": "knex:migrate",
        "type": "npm",
        "closeWhenDone": true
    },

Seems like none of the presentation options currently allow me to do this.

My intention is to cleanup task windows automatically and stop accumulating them for a more organized workflow.

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalitytasksTask system issuesverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions