aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2020-06-09 17:18:26 +0000
committerDmitri Shuralyov <dmitshur@golang.org>2020-06-09 17:33:18 +0000
commit1d697d5c9b654ae37f1057735c0a5320c50e2269 (patch)
treee61c0cac818e6ce38d6e4e349475a331bdf81250
parentea4c6a992212bf79dc5ec00a53035debabda779b (diff)
content/vscode-go: use https in a link, remove duplicate words
Prefer the https scheme in a link to provide better security and skip a redirect. Remove a redundant phrase to make a sentence flow better. Change-Id: Iacfd06184a3769b719c52c19ae78a36d5aaa9f5a Reviewed-on: https://go-review.googlesource.com/c/blog/+/237163 Reviewed-by: Rebecca Stambler <rstambler@golang.org>
-rw-r--r--content/vscode-go.article4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/vscode-go.article b/content/vscode-go.article
index ac667b5..e57ee8b 100644
--- a/content/vscode-go.article
+++ b/content/vscode-go.article
@@ -30,7 +30,7 @@ help the Go extension maintainers. The Go team also began a new initiative to
improve the tools powering all Go editor extensions, with a focus on supporting
the
[Language Server Protocol](https://microsoft.github.io/language-server-protocol/)
-with [`gopls`](http://golang.org/s/gopls) and
+with [`gopls`](https://golang.org/s/gopls) and
[the Debug Adapter Protocol with Delve](https://github.com/go-delve/delve/issues/1515).
Through this collaborative work between the VS Code and Go teams, we realized
@@ -44,7 +44,7 @@ joining the Go project**. With this come two critical changes:
1. The publisher of the plugin is shifting from "Microsoft" to "Golang".
2. The project's repository is moving to join the rest of the Go project at [https://github.com/golang/vscode-go](https://github.com/golang/vscode-go).
-We cannot overstate our gratitude to the community of those who have helped
+We cannot overstate our gratitude to those who have helped
build and maintain this beloved extension. We know that innovative ideas and
features come from you, our users. The Go team’s primary aim as owners of the
extension is to reduce the burden of maintenance work on the Go community.