You must only open the Blink folder with the vscode file menu. It will then see the .vscode folder and find the command. Remember to hit enter after typing task build_all as well. And it’s ctrl + p, not shift + ctrl + p to run the task commands.
But now I get this error:
No such file or directory: Could not open file build/Blink.bin for reading make: *** [../../libDaisy/core/Makefile:344: program-dfu] Error 74
If I try to run build_all again I get this error:
Executing task: make
-f was unexpected at this time.
make: *** [Makefile:227: lgpl] Error 255
I just fixed that by selectin git bash as my default profile in the bottom right + symbol. Not sure how that got reset.