You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Hi, and thanks for this great extension beforehand. I come here to report the following issue:
VSCode Version: 1.18.0
Extension Version: 0.6.67
Steps to Reproduce:
Open a go file and its test file in a single editor window
Click the "run package test" option in the active editor. Alternatively, run the "Go: Toggle Test Coverage In Current Package" command. Either of these will highlight the test coverage for the source file in the current editor
Split the editor with the highlighted source
Run again the "Go: Toggle Test Coverage In Current Package" command
Expected result: The code coverage highlighting should be toggled for both editors Actual result: The code coverage highlighting only toggles in the first (leftmost) editor
Reloading the window will remove the highlighting for all editors
The text was updated successfully, but these errors were encountered:
Hi, and thanks for this great extension beforehand. I come here to report the following issue:
Steps to Reproduce:
Expected result: The code coverage highlighting should be toggled for both editors
Actual result: The code coverage highlighting only toggles in the first (leftmost) editor
Reloading the window will remove the highlighting for all editors
The text was updated successfully, but these errors were encountered: