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

Fix: Python datastore variables on references #263

Closed idillon-sfl closed 2 months ago

idillon-sfl commented 2 months ago

Still merging #215 in smaller parts.

In the following example, both FOO will give the same references.

FOO="bar"
python() {
    d.getVar("FOO")
}