Skip to content

tasks with dependencies do not show prompt to restart/ terminate, do not respect instanceLimit #248733

@meganrogge

Description

@meganrogge

This is happening because there are no terminal instances associated with the task

const instances = InMemoryTask.is(task) || this._isTaskEmpty(task) ? [] : this._getInstances(task);

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugtasksTask system issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions