-
Notifications
You must be signed in to change notification settings - Fork 93
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
Execute error on fresh install #25
Comments
They have broken some features in vscode 2.x extension. But i think you can make build and then run manually from terminal. |
execue is defined here https://github.com/lvgl/lv_platformio/blob/master/.vscode/tasks.json What OS do you use? Just checked - works in ubunu. What is in your |
I was getting the same error. The .pio/build/native folder was not been created, to fix I had to select env:native on "Switch PlatformIO Project Environment" on the bottom of the vccode window. |
Thank you for sharing your solution @Finkelrf ! I had the same issue on OSX, switching to |
Same problem, and the "fix" from @Finkelrf worked. Thanks :-) |
This is caused by changes in pio v5+ & vsode plgin v2+
|
I installed the pre-requisites and commented out the 32-bit line (I don't have the libs and 64-bit is just fine). Other than that, it's a clean install. Opened the folder in VSCode, ran
Task... Execute (Native)
and got the following error:Any help appreciated!
The text was updated successfully, but these errors were encountered: