savoirfairelinux / vscode-bitbake

Bitbake language support for Visual Studio Code (Forked from EugenWiens)
https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake
Other
9 stars 0 forks source link

Cannot build while bitbake extension is parsing #108

Open PercevalSA opened 9 months ago

PercevalSA commented 9 months ago

When I edit bb files and save, the bitbake extension is parsing the files and therefor hook the bitbake server preventing me to build immediately after saving my file. The way it goes make me wait because when I launch the build, I have the recurring "trying to connect to bitbake server" messages until timeout which can be long.

Would it be possible to run bitbake for the extension in a different environment/build folder to avoid hooking the bitbake server from the user?

deribaucourt commented 8 months ago

Hello @PercevalSA , the bitbake server can only handle one bitbake command at a time. You can disable bitbake parsing on save through the bitbake.parseOnSave setting if you rather want to manually start builds often.

This repository is a just a working fork, I encourage you to report future issues on the extension's official repository: https://github.com/yoctoproject/vscode-bitbake Thanks for your feedback!