test: limit the number of subtests displayed in the test explorer UI #2068
Labels
Go Companion
Issues relating to the Go Companion extension
go-test
issues related to go test support (test output, test explorer, ...)
Milestone
Spin-off from #1922
Currently we are not limiting the size of test explorer trees. In particular, subtests are easy to be added in program, and creating a large number of subtests can easily cause troubles.
Consider to add a limit to the # of test items.
cc @firelizzard18
The text was updated successfully, but these errors were encountered: