-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build-task issue with VS Code and PlatformIO #3327
Comments
I checked different PlatformIO versions and the bug still persists. Maybe a VS Code issue. |
When a drop-down list opens after clicking "Build" button (checkmark) just delete pre-filled content of the field. Then select "Build: binary only" from the drop-down list. |
If you want to compile old versions of the source code, you need this patch It fixes compatibility problem with newer versions of platformIO. |
Closing as this may not be WLED related issue but MS VSC + PIO issue. |
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 removePlatformIO:
I get this list:Build: binary only
is working.First, I thought it's a documentation issue (see wled/WLED-Docs#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: wled/WLED-Docs#150
Code of Conduct
The text was updated successfully, but these errors were encountered: