Skip to content

Show only Taks until line comment #24

@Obladio

Description

@Obladio

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions