Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dcecile opened this issue Oct 22, 2023 · 1 comment
Open
Labels
area: tree view Changes related to the vscode tree view. type: bug Something not working as intended.

Comments

@dcecile
Copy link

dcecile commented Oct 22, 2023

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)

@pd93 pd93 added type: bug Something not working as intended. area: tree view Changes related to the vscode tree view. labels Apr 5, 2024
@yoiang
Copy link
Contributor

yoiang commented Jun 14, 2024

We have this with out project as well, the root tasks are a big mess with numerous duplicates that make it unclear which it which
Screenshot 2024-06-14 at 16 44 57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: tree view Changes related to the vscode tree view. type: bug Something not working as intended.
Projects
None yet
Development

No branches or pull requests

3 participants