robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
173 stars 14 forks source link

[BUG] VSCode Output Console Keeps Opening and Displaying RobotCode Logging #140

Closed jeremy-of-laurel closed 1 year ago

jeremy-of-laurel commented 1 year ago

Describe the bug Starting in version 0.37.0, my VSCode Output console began opening on it's own when typing into a .robot file. Even if I disable the Output console tab, it opens itself anyway, and console information is generated once I begin interacting with a file. The RobotCode extension appears to be the culprit.

I verified with others on my team that they have started experiencing this as well.

This becomes a hindrance throughout the day because I heavily utilize the VSCode terminals, but my terminal keeps switching to the Output window while I work.

Below is an example of the generated output that frequently appears when interacting with a file: robotcode_extension_issue

I verified this scenario does not happen if I disable the RobotCode extension.

To Reproduce

  1. Install the RobotCode extension
  2. Open a .robot file.
  3. Disable the Output window in VSCode
  4. Begin typing into a .robot file. The Output console will re-open automatically and display logging for RobotCode extension.

Expected behavior The Output console should stay closed if I disable/hide it in my VSCode session. RobotCode should not re-open it automatically.

Desktop (please complete the following information):

d-biehl commented 1 year ago

ok, forgot some debugging code. a fix is on the way...

d-biehl commented 1 year ago

Published a new version which fixed this bug