Description
When using Copilot Agent in VSCode, my ideal experience would be for the agent to execute tests independent of my involvement, so that it can verify it's changes, and perform the test/modify/test cycle on it's own.
Currently, when using Go language and with the Golang extension installed, the Agent will modify tests, and then give me a cli prompt to execute tests. I have to click the run button to execute the cli command for executing tests. It then sometimes reads the test results incorrectly (I'm not sure if this is a problem with reading the cli output on Windows), so a hopeful side-effect of this improvement is that the agent might be more accurate in how it evaluates test outcome as well.
Since the golang extension gives the ability within the IDE to execute tests, the Agent should be able to take advantage of that integration.