From c66415b67a9a28f96cfc1b844195562488d76ecd Mon Sep 17 00:00:00 2001 From: George B Date: Wed, 12 Jan 2022 07:33:29 -0500 Subject: [PATCH] Update EditorIntegration.md Update link to the the vscode golang plugin per the previously linked repo ``` As of June 2020, our new home is https://github.com/golang/vscode-go. For more on this, please see the below blog posts The next phase of Go experience in VS Code VS Code Go extension joins the Go project ``` --- Documentation/EditorIntegration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/EditorIntegration.md b/Documentation/EditorIntegration.md index 357d589d93..78513a91cd 100644 --- a/Documentation/EditorIntegration.md +++ b/Documentation/EditorIntegration.md @@ -24,7 +24,7 @@ The following editor plugins for delve are available: * [vim-godebug](https://github.com/jodosha/vim-godebug) (only Neovim) **VisualStudio Code** -* [Go for Visual Studio Code](https://github.com/Microsoft/vscode-go) +* [Go for Visual Studio Code](https://github.com/golang/vscode-go) **Sublime** * [Go Debugger for Sublime](https://github.com/dishmaev/GoDebug)