From b77b45265887ef5308f547a511fb1f5a4839f5b9 Mon Sep 17 00:00:00 2001 From: djmil Date: Fri, 29 Nov 2024 16:09:25 +0100 Subject: [PATCH] Go debugger in VsCode --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a0b8d0f..9143dbc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Download Golang [installer](https://go.dev/dl/). A least on Mac the installer sh go install -v github.com/go-delve/delve/cmd/dlv@latest ``` +To install / update the goTools in VsCode: + +Click `cmd`+`shift`+`p` and search for _Go: Install/Update tools_ + # VsCode IDE - Install [Visual Studio Code](https://code.visualstudio.com)