From 8c3683f90e54be8a35b77e7476e90e9f241a75fd Mon Sep 17 00:00:00 2001 From: Polina Sokolova Date: Thu, 16 Dec 2021 21:27:06 +0000 Subject: [PATCH] README: add link to GopherCon Debugging Treasure Hunt presentation Updates golang/vscode-go#1930 Change-Id: Iab53ccb393ace5d3bc353441d2585287fa163cec GitHub-Last-Rev: 1e6264525262a0173708a006909b3b78962f2a32 GitHub-Pull-Request: golang/vscode-go#1946 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/372416 Reviewed-by: Hyang-Ah Hana Kim Reviewed-by: Polina Sokolova --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 692756b3d7..a629e145b8 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ We recommend switching your remote attach configurations in `launch.json` to use `"debugAdapter":"dlv-dap"` now to verify that this works for you. Please [file a new issue](https://github.com/golang/vscode-go/issues/new/choose) if you encounter any problems. +📣📣 Watch [Debugging Treasure Hunt](https://youtu.be/Gcp2ACyCadA?t=16211) from [GopherCon 2021](https://www.gophercon.com/) for a fun take on a debugging demo with VS Code Go and Delve DAP. + ## Quick Start Welcome! 👋🏻