'Run test' after Github Copilot generates tests hangs window #3665
Labels
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
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.go version go1.23.2 linux/amd64
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.0.44.0
Go: Locate Configured Go Tools
command.Share the Go related settings you have added/edited
Run
Preferences: Open Settings (JSON)
command to open your settings.json file.Share all the settings with the
go.
or["go"]
orgopls
prefixes.Describe the bug
When asking Github Copilot to create a test, after it generates a test case that compiles, if I click on 'Run test' above the test definition, VSCode asks me if I want to save the file created by AI, and the whole window hangs.
See attached video below, and the debug logs with
code --verbose --log 'debug'
less-output.txt
Steps to reproduce the behavior:
Screenshots or recordings
If applicable, add screenshots or recordings to help explain your problem.
Screencast.from.2025-01-16.10-33-56.mp4
The text was updated successfully, but these errors were encountered: