Results 353 comments of Carlos Alberto Ruiz Naranjo

Feel free to reopen the issue.

Thanks for the report! I will fix it, but currently I have other priority tasks.

could you add some tests? https://github.com/TerosTechnology/vscode-terosHDL/tree/dev/packages/colibri/tests/documenter

It's really useful to use that approach to test it. Here the example. The problem is in the onload(). This code fails: ```html VSCode Elements .tableContainer { margin: 0; padding:...

Not sure if this is a bug. Why if the table is `resizable` you can move the left vertical line in the first column? Currently the behavior is weird in...

It's a pain but you need to insert empty lines: ``` //! //! Vitis code snippet : //! //! ``` C //! int* versions = 0x0080000000 ; //! //! xil_printf("FLAVOUR:...

I think that there is no way to do this. If we render the break line in the comments as a break line in the HTML this is really ugly,...

Look a good starting point, but I think that it doesn't work for all the cases. I see the problems: 1. Depends of the language the comment symbol is `--`...

Try this version: https://github.com/TerosTechnology/vscode-terosHDL/releases/tag/v6.0.2beta And you need to add the sources from run.py, not your run.py: https://terostechnology.github.io/terosHDLdoc/docs/next/tool_manager/source#adding-source Add files -> Source -> Load from VUnit run.py If you want to...