-
-
Notifications
You must be signed in to change notification settings - Fork 18
No tasks found on initial run #242
Copy link
Copy link
Open
Labels
state: needs triageWaiting to be triaged by a maintainer.Waiting to be triaged by a maintainer.
Description
Activity
Metadata
Metadata
Assignees
Labels
state: needs triageWaiting to be triaged by a maintainer.Waiting to be triaged by a maintainer.
Type
Fields
No fields configured for issues without a type.
The first time trying to run a task after starting VS Code, the extension does not find any tasks. If you try again, it then works.
I believe this is because the initial
refresh()is not awaited.vscode-task/src/extension.ts
Line 17 in 1c8bf53
The first time I run "Tasks: Run Task" and select "taskfile", no tasks are found
If I then go back and select "taskfile" again, I see the list of tasks.