Skip to content

Commit 3bde93e

Browse files
committed
docs/features: add screenshot of testing UI
And remove the old announcement about dlv-dap transition. Change-Id: Ia0996932223fc79482052797835b8c992dcb8520 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/350142 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Ethan Reesor <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent 20812b7 commit 3bde93e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ provides rich language support for the
99
[Go programming language](https://golang.org/).
1010

1111

12-
> 📣 Debugging using [`Delve`'s native DAP implementation](https://github.com/golang/vscode-go/blob/master/docs/debugging.md) is enabled by default in v0.27.0.<br>
13-
1412
## Quick Start
1513

1614
Welcome! 👋🏻<br/>

docs/features.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ Behind the scenes, the `Debug: Start without Debugging` command calls `go run`.
203203

204204
### Test and benchmark
205205

206-
[Code lenses](https://code.visualstudio.com/blogs/2017/02/12/code-lens-roundup) allow users to easily run tests and benchmarks for a given function, file, package, or workspace. Alternatively, the same functionality is available through a set of commands: [`Go: Test Function At Cursor`](commands.md#go-test-function-at-cursor), [`Go: Test File`](commands.md#go-test-file), [`Go: Test Package`](commands.md#go-test-package), and [`Go: Test All Packages in Workspace`](commands.md#go-test-all-packages-in-workspace).
206+
[Test UI](https://code.visualstudio.com/api/extension-guides/testing) and [Code lenses](https://code.visualstudio.com/blogs/2017/02/12/code-lens-roundup) allow users to easily run tests and benchmarks for a given function, file, package, or workspace. Alternatively, the same functionality is available through a set of commands: [`Go: Test Function At Cursor`](commands.md#go-test-function-at-cursor), [`Go: Test File`](commands.md#go-test-file), [`Go: Test Package`](commands.md#go-test-package), and [`Go: Test All Packages in Workspace`](commands.md#go-test-all-packages-in-workspace).
207+
208+
<div style="text-align: center;"><img src="images/testexplorer.gif" alt="Testing UI" style="width: 75%"> </div>
207209

208210
### Code Coverage
209211

docs/images/testexplorer.gif

1.84 MB
Loading

0 commit comments

Comments
 (0)