aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHana (Hyang-Ah) Kim <hyangah@gmail.com>2020-07-06 13:30:56 -0400
committerHyang-Ah Hana Kim <hyangah@gmail.com>2020-07-08 13:59:06 +0000
commit2336d127e137fd877283eb691494cd97cb0b9d71 (patch)
tree316085bd952ddbc83f02c19e84c93919b7079b94
parentca978a5ca9390dc759f20db989b49ad9cdcd81d4 (diff)
downloadgo-2336d127e137fd877283eb691494cd97cb0b9d71.tar.gz
go-2336d127e137fd877283eb691494cd97cb0b9d71.zip
doc/editors.html: update VS Code Go extension url
Change-Id: I7aa73861de053db6b424f113733de9caba19145b Reviewed-on: https://go-review.googlesource.com/c/go/+/241086 Reviewed-by: Andrew Bonventre <andybons@golang.org>
-rw-r--r--doc/editors.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/editors.html b/doc/editors.html
index 22927bfa20..7a46fb745d 100644
--- a/doc/editors.html
+++ b/doc/editors.html
@@ -20,7 +20,7 @@ editing, navigation, testing, and debugging experience.
<ul>
<li><a href="https://github.com/fatih/vim-go">vim</a>: vim-go plugin provides Go programming language support</li>
-<li><a href="https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go">Visual Studio Code</a>:
+<li><a href="https://marketplace.visualstudio.com/items?itemName=golang.go">Visual Studio Code</a>:
Go extension provides support for the Go programming language</li>
<li><a href="https://www.jetbrains.com/go">GoLand</a>: GoLand is distributed either as a standalone IDE
or as a plugin for IntelliJ IDEA Ultimate</li>