vscode-verilog-hdl-support
vscode-verilog-hdl-support copied to clipboard
[BUG]: Printing directly to the debug console
Describe the bug Launching any extension with this as a dependency will clutter the debug console
Environment (please complete the following information):
- OS: Linux
- VS Code version 1.67.2
- Extension version 1.67.2
- color themes, lint tools, etc: Any
Steps to reproduce Steps to reproduce the behavior:
- Run an extension in debug mode (in the image below, i'm using mine, but any should do)
- See debug console
Log
mshr-h.veriloghdl is now active!
ctags manager configure
Invalid linter name.
Invalid language server name.
Expected behavior No output
Actual behavior

Additional context
Unfortunately, out of my 150+ installed extensions, this one is the only one that manually prints information to the debug console. The only other output is from an unintended error from a different extension. I see that there are a lot of console.log scattered thoughout the codebase. Maybe it would be better to log informative output to a dedicated output window?