Skip to content

Task tree structure will be messed up with repeated task "terminal" names #110

@dcecile

Description

@dcecile

Result looks similar to #79, but this is caused by repeated "terminal" names. I have a root build and also nested build:

version: '3'
tasks:
  build:
    cmd: echo build
  other:build:
    cmd: echo other build

image

All of the nested repeats get duplicated into the root of the task tree view.

(Currently running v0.3.1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: tree viewChanges related to the vscode tree view.

    Type

    No fields configured for bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions