-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
devtool ide-sdk appear to be not available therefore I get the scarthgap version of bitbake i.e. 2.8.0 #392
Comments
Hello, it's nice to see people using this feature 😄 Yes, I did change the detection of ide-sdk in a2c780e "Refactor: Use bitbake version to detect devtool ide-sdk".
In the meantime, you can workaround by installing the previous version of the extension or enter the devtool ide-sdk command into the Bitbake terminal profile. Edit: silly me, I put a strict version comparison check instead of "greater or equal". I'll push a PR for that. You may use the .vsce generated by the CI until we publish the next release. |
Thanks you for your quick answer. I can confirm that this feature is really great for complex cmake project !! I did not get the version log you ask, there is two many lines on the output but i think that your edit is the reason for. I see the CI of the PR failed, maybe I should wait for cross reading complete ? |
@antoine-mecaoctet Thanks for your feedback!
I'll fix it and then you can download a .vsce from there. |
And done, you can download, install and test the .vsix at https://github.com/yoctoproject/vscode-bitbake/actions/runs/13132220948?pr=393 |
Describe the bug
When I try to generate sdk with Devtool : Configure VSCode SDK, i get the following error :
Your version of devtool does not seem to support the
ide-sdk
command.I have check the version of bitbake which is 2.8.0 on scarthgap and devtool --help shows correctly the ide-sdk option. This feature was working before the update of january.
When i am looking at the commit of january, It appears that the function to detect the version of devtool have been changed so i can imagine that i am in the side effect of the 2.8.0 version that is the limit.
The text was updated successfully, but these errors were encountered: