79218805

Date: 2024-11-23 20:56:44
Score: 1.5
Natty:
Report link

Not sure if this was your issue (not enough info in the post to know), but I found this post while trying to solve my issue, so I'm answering.

It's silly but the problem was that I was trying to run my task right after beginning a debug session, but that was opening a fresh vscode instance which had no workspace open. This will cause no tasks to show up if your tasks are scoped to Workspace (set using the Task constructor).

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Arian