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.
akriss
August 23, 2023, 4:51pm
2
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
ALDIY
August 23, 2023, 4:52pm
3
Delete pre-filled content of the field
opened 05:21PM - 16 Aug 23 UTC
bug
### What happened?
The `PlatformIO: Build` in VS Code is out of order.
When… I click on the `Checkmark/Build` button, the command palette opens and no build is started. When I remove `PlatformIO:` I get this list:
![grafik](https://github.com/Aircoookie/WLED/assets/5605065/d760bf4c-2881-467c-b623-66c38e6a250f)
`Build: binary only` is working.
First, I thought it's a documentation issue (see https://github.com/Aircoookie/WLED-Docs/issues/150)
VS Code: 1.81.1
OS: Windows 11 x64
PlatformIO: v3.3.1
### To Reproduce Bug
When I click on the `Checkmark/Build` button, the command palette opens and no build is started.
### Expected Behavior
The build should start (at least `Build: binary only`)
### Install Method
Self-Compiled
### What version of WLED?
0.13.3 (build 2208222)
### Which microcontroller/board are you seeing the problem on?
ESP32
### Relevant log/trace output
_No response_
### Anything else?
^- installed method, version and board are irrelevant.
Wiki issue: https://github.com/Aircoookie/WLED-Docs/issues/150
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
1 Like
Thank you, I will try this. Would you by chance know why the “build all” no longer works?
ALDIY
August 23, 2023, 5:29pm
5
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