yoctoproject / vscode-bitbake

Bitbake language support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake
Other
41 stars 10 forks source link

Feat: Get global Environment with `bitbake -e` to enhance language features on non-recipe files #284

Closed WilsonZiweiWang closed 1 week ago

WilsonZiweiWang commented 1 month ago

Added a command to run bitbake -e, which returns the global environment, when saving a non-recipe file. It also processes and stores the environment in the analyzer. to enhance language features to the non-recipe files such as .conf and .bbclass. For example, the final values of the variables in a .conf will now show on hover after running the newly added command.

Ticket: 14947

deribaucourt commented 1 month ago

I'm going to postpone merging this for after 2.6 release