vscode-go icon indicating copy to clipboard operation
vscode-go copied to clipboard

Use the new Testing API to show coverage counts for files and "Run With Coverage" button

Open dundee opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

VSCode 1.88 comes with new testing API . New button for "Run With Coverage" can be added and also a new box with visual representation of coverage of individual files was added.

Describe the solution you'd like Go extension should add the "Run With Coverage" button and box for coverage counts.

Additional context

Screenshot 2024-04-11 at 2 03 27

dundee avatar Apr 11 '24 12:04 dundee

Related:

  • https://github.com/golang/go/issues/59445
  • https://github.com/golang/vscode-go/issues/3022
  • https://github.com/golang/vscode-go/issues/2504

adonovan avatar Apr 11 '24 19:04 adonovan