mshr-h / vscode-verilog-hdl-support

HDL support for VS Code
MIT License
297 stars 78 forks source link

[BUG] ctags exception caught on large verilog files #504

Open s94285 opened 4 weeks ago

s94285 commented 4 weeks ago

Describe the bug ctags support failed on large .v files (about 80k lines).

Environment (please complete the following information):

Steps to reproduce Steps to reproduce the behavior:

  1. Open a large .v file (about 80k lines)
  2. Hover on code, nothing happened
  3. Click on OUTPUT -> Verilog
  4. Scroll down to find ctags excuting command
  5. See error

Log [info] Excuting Command: ~/uctags/bin/ctags ... [error] Exception caught: stdout maxBuffer length exceeded undefined [info] building symbols [error] No output from ctags

Expected behavior In version <= v1.15.0, ctags works and symbols built properly.

Actual behavior No ctags support on large .v files. Do work on small files (~100 lines) though.

Additional context Nope