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

UI: Add a sanity check for the working directory #307

Closed deribaucourt closed 3 months ago

deribaucourt commented 3 months ago

If the user configures a faulty working directory, the error message was not very clear. This very simple check will show a more clear message early on.

Closes #306