paulvarache / vscode-taskfile

VSCode integration with https://taskfile.dev
MIT License
24 stars 3 forks source link

Show only Taks until line comment #24

Open Obladio opened 3 years ago

Obladio commented 3 years ago

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