gobbedy
gobbedy
I tried disabling the "Verilog-HDL/SystemVerilog/Bluespec SystemVerilog" extension and restarting my vscode, but to no avail. Still get the same verible crash
Hi, thanks for your reply. It happens when I do ctrl-z (and other keyboard shortcut). This will occur if I start vscode and just do ctrl-z with an open .sv...
Ok, I did right click on a class name and clicked on 'Go to definition' and it did indeed crash. Can you please help on how to fix this? Is...
Hi @IEncinas10 , thanks again for your helpful reply. I'm grateful for your support. After some debugging I discovered that the code causing the crash resided in a file brought...
Here is another standalone which causes crashing ``` class my_class extends some_parent_class #(.A(virtual some_interface), .B(some_class), .C(some_class)); int a; endclass ```
Thank you for connecting both snippets to an existing issue. Is there any known workaround? Is the only solution to exclude the entire file from verible.filelist? (And disable the extension...
Thank you @IEncinas10 . For now I will just remove verible.filelist altogether. At first I was going to just exclude the specific files causing the crash, but I've played around...
Hi David, thanks for your reply. Should I close this? Since I asked the same question in the googlegroup and we are having an ongoing discussion there.
@hzeller thank you, will do
@fangism thank you, that is a useful workaround to keep in mind