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

Refactor BitbakeProjectScanner from server to client #96

Closed deribaucourt closed 9 months ago

deribaucourt commented 9 months ago

In order to fully serialize BitbakeDriver calls and avoid bitbake server errors in the docker buildWrappers, move the BitbakeProjectScanner class from the server to the client. The same mechanism that was used to forward ScanResults to the client is now used for the server.