From a821c3fa8f2e765f1152c508d74c84578b543141 Mon Sep 17 00:00:00 2001 From: Polina Sokolova Date: Wed, 15 Dec 2021 08:38:50 -0800 Subject: [PATCH 1/3] README: add link to Gophercone Debugging Treasure Hunt presentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 692756b3d7..5c2cd2f537 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 how-to demo with VS Code Go and Delve DAP. + ## Quick Start Welcome! 👋🏻
From 3754707f6a159f0a050ec639b700bb2c78823dd2 Mon Sep 17 00:00:00 2001 From: Polina Sokolova Date: Thu, 16 Dec 2021 11:59:02 -0800 Subject: [PATCH 2/3] Respond to review comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c2cd2f537..cd955adb77 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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 how-to demo with VS Code Go and Delve DAP. +📣📣 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 From 1e6264525262a0173708a006909b3b78962f2a32 Mon Sep 17 00:00:00 2001 From: Polina Sokolova Date: Thu, 16 Dec 2021 13:23:48 -0800 Subject: [PATCH 3/3] Camel case GopherCon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd955adb77..a629e145b8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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. +📣📣 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