vscode-verilog-hdl-support icon indicating copy to clipboard operation
vscode-verilog-hdl-support copied to clipboard

[BUG]: Printing directly to the debug console

Open hyperupcall opened this issue 3 years ago • 0 comments

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:

  1. Run an extension in debug mode (in the image below, i'm using mine, but any should do)
  2. 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

image

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?

hyperupcall avatar Jun 06 '22 17:06 hyperupcall