We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Nice Tool!
looks like it just shows all tasks until it a line comment is inserted in the taskfile.
--> Show task1 and task2 in Taskfile outline.
--> 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
The text was updated successfully, but these errors were encountered: