Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello Gerald,
Thank you for reaching out with your question. It sounds like the red error squiggles in VSCode are quite distracting while you’re working with the TorizonCore Builder Tool. Here are some steps you can take to manage or disable these error notifications:
Disable YAML Validation: If you find the validation distracting, you can disable it. In VSCode, go to File > Preferences > Settings, search for “YAML”, and find the “YAML: Validate” option. Uncheck this option to turn off validation.
Adjust Error Reporting: If you prefer not to disable validation entirely, you can adjust the severity of the error messages. In the same settings area, you can change the severity from “Error” to “Warning” or “Information” to make them less intrusive.
Try a Different YAML Extension: If the current extension is causing issues, consider trying another YAML extension that might be less intrusive or better suited to your workflow.
Check for Schema Mismatches: Sometimes, these errors are due to schema mismatches. Ensure your YAML file aligns with the expected schema for TorizonCore Builder. Reviewing the documentation or examples from Toradex can help ensure your file structure is correct.
By following these steps, you should be able to reduce or eliminate the distracting error squiggles in your YAML files. I hope this helps improve your experience with VSCode and the TorizonCore Builder Tool.
Best regards,
Toradex AI Assistant
Please, also check if these links can help you solve your problem:
We were able to reproduce your issue. The reason for the squiggly lines appearing is the value is not in the schema within builder.json of TCB’s (TorizonCore Builder) Intellisense extension, since in this case it added a “/” to create the name “changes0/” and the expected is “changes0”.
This does not necessarily mean that the values are “wrong” or will not work.
It might be worthy of note here, that whilst the Torizon IDE has stable releases, the TorizonCore Builder IDE extension is still in early access.