Add a button to remove tests from testing panel. Or do not add tests from standard libraries #3262
Labels
go-test
issues related to go test support (test output, test explorer, ...)
Milestone
Is your feature request related to a problem? Please describe.
If you open any test file from standard library, two test suits (
cmd
andstd
) will be added to testing panel. All extension commands related with testing will not run these tests. However,Test: Run All Tests
runs these tests and it is impossible to cancel it.Describe the solution you'd like
Describe alternatives you've considered
Hide them or reopen an editor.
Additional context
I could not find an option to refresh list of tests for the package or a command to remove tests from panel.
The text was updated successfully, but these errors were encountered: