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

Show only Taks until line comment #24

Open
Obladio opened this issue Oct 25, 2021 · 0 comments
Open

Show only Taks until line comment #24

Obladio opened this issue Oct 25, 2021 · 0 comments

Comments

@Obladio
Copy link

Obladio commented Oct 25, 2021

Nice Tool!

looks like it just shows all tasks until it a line comment is inserted in the taskfile.

...
tasks:
  task1:
    cmds:
      - echo "foo"

  task2:
    cmds:
      - echo "bar"

--> Show task1 and task2 in Taskfile outline.

...
tasks:
  task1:
    cmds:
      - echo "foo"
 #some important comment
  task2:
    cmds:
      - echo "bar"

--> Shows task1 in Taskfile outline.

Seen in VS Code Extension:
More Info
Released on
1/19/2020, 19:58:37
Last updated
1/26/2021, 11:26:23
Identifier
paulvarache.vscode-taskfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant