yoctoproject / vscode-bitbake

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

Fix: task_deps parsing on newer Yocto versions #325

Closed deribaucourt closed 2 months ago

deribaucourt commented 2 months ago

Two months ago, a commit was introduced that adds tasks with special characters which broke our JSON parsing.

Since this variable is not extended, we might miss some tasks, but at least we keep providing the feature. I could not identify a replacement variable that would contained the expanded list of tasks.

We would need to run a bitbake list-tasks but it would be slower.