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
Hi @jadeidev Thanks for reporting the issue.
The test explorer utilizes newer TestAPI that utilizes the terminal window. The Go Tests output channel predates TestAPI and still gets used by the old ways of running tests (e.g. test code lens, ..). We hope to clean up and remove the old ways (the Go Tests output channel) as part of the effort such as #1702 and #2044.
What version of Go, VS Code & VS Code Go extension are you using?
Version Information
go version
to get version of Go from the VS Code integrated terminal.gopls -v version
to get version of Gopls from the VS Code integrated terminal.code -v
orcode-insiders -v
to get version of VS Code or VS Code Insiders.Go: Locate Configured Go Tools
command.Describe the bug
When running tests from vscode the output opens up as a new terminal window like so:


I expected it to open in the output tab under "Go Test":
I don't know if this is the intended behavior. if it is, then obviously go ahead and close the issue
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: