vscode-go
vscode-go copied to clipboard
Use the new Testing API to show coverage counts for files and "Run With Coverage" button
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
Related:
- https://github.com/golang/go/issues/59445
- https://github.com/golang/vscode-go/issues/3022
- https://github.com/golang/vscode-go/issues/2504