golang / vscode-go

Go extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=golang.Go
Other
3.85k stars 736 forks source link

Rebuild test subsystems #3523

Open firelizzard18 opened 2 weeks ago

firelizzard18 commented 2 weeks ago

I created this issue to track my work on rebuilding the test explorer and other test subsystems. This work will be done in a separate repository until it is sufficiently complete to merge.

Goals

Non-goals

Tasks

Nice to have

firelizzard18 commented 1 week ago

@hyangah VSCode has commands for running tests at the cursor:

image

And also commands for rerunning the last test run:

image

It seems like a number of vscode-go's test commands could be deprecated. Maybe for the time being we replace them with calls to the vscode command and show a deprecation notification? WDYT?