VS Code Complie

I am running to an issue with .14-b4 when compiling in VS Code. When I click build, in the top corner or on the lower status bar, I get a drop down in the tasks list, but nothing happens. When I go into PlatformIO Project Tasks and click “build all”, I get the tasks drop down and still nothing happens. (see attachement)

If I go into the specific environment and click build, it will build that individual bin file only.

I am not sure if this is a VS Code issue or a WLED source issue. I did not have this issue with .14-b1.

Any assistance would be appreciated.

I believe you have forgotten to select the board type first.

First click the bottom bar where the board info is.

Then the top drop down opens with a board list. Choose the board you are using.

Then compile.

Hope it helps.

1 Like

Delete pre-filled content of the field

1 Like

Thank you, I will try this. Would you by chance know why the “build all” no longer works?

I am mostly compiling on gh now with this WLED Compile helper (wled-compile.github.io)
but when i use pio on mac i keep all the default env and it will compile for all

1 Like