-
Notifications
You must be signed in to change notification settings - Fork 18
does VSCode extension support "options:<custom_yaml_file>" ? #117
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
Comments
Nop, it's not supported 😞. For most of the features, the extension acts as a wrapper around the ceedling CLI. But to get some of the info, the |
Ok thank you very much for your answer. |
This feature would be very appreciated, I have just discovered the extension but my projects are based on a Calling
but calling |
Just modified
I don't know how VS extension works but I will try to propose a PR to add a setting for this. |
Just wanted to chime in that I would love to see support for the "options" feature as well. I usually have multiple HALs for my project to support different hardware builds, options are great for appending the paths of a specific HAL for inclusion in a build. I know that the options feature supports an "export" function (e.g. options:export[filename]) where ceedling will spit out the result of the yaml merger, but it looks like it only works for the "tools" section. That seems like it might be an oversight in the ceedling project. |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I was wandering if your extension currently support the practical arg "options" offered by Ceedling that allow to merge/load custom configuration to an existing one for a given launch (combination of both your main yaml and a custom one for a given test).
I did not find this information on your documentation.
Thank you in advance.
Bye
The text was updated successfully, but these errors were encountered: