diff options
author | Rebecca Stambler <rstambler@golang.org> | 2020-06-09 14:40:05 -0400 |
---|---|---|
committer | Rebecca Stambler <rstambler@golang.org> | 2020-06-09 18:55:19 +0000 |
commit | 35ec3adb3bf830e60421de410ed1c62589f373c7 (patch) | |
tree | c5863daed86243370d0b6b3d15d7d1bd0d6d0962 | |
parent | 6d8d6d21bfd27e8a05fe6970a1d23fa47e8b7577 (diff) |
content/vscode-go: link VS Code blog post
Change-Id: I59df36f9e0e14c6670ea2b23e535f894bc65817f
Reviewed-on: https://go-review.googlesource.com/c/blog/+/237237
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r-- | content/vscode-go.article | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/content/vscode-go.article b/content/vscode-go.article index 8ff833f..8738461 100644 --- a/content/vscode-go.article +++ b/content/vscode-go.article @@ -1,6 +1,6 @@ # The VS Code Go extension joins the Go project 09 Jun 2020 -Summary: Announcement of VS Code Go's move to the Go project. +Summary: Announcement of VS Code Go’s move to the Go project. OldURL: /the-vs-code-go-extension-joins-the-go-project The Go & VS Code Teams @@ -43,7 +43,7 @@ partnership with the VS Code team: **The VS Code extension for Go is officially 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). +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 those who have helped build and maintain this beloved extension. We know that innovative ideas and @@ -70,3 +70,5 @@ editor, a more cohesive and refined development experience. As always, our goal remains the same: Every user should have an excellent experience writing Go code. + +*See the accompanying post from the [Visual Studio Code team](https://aka.ms/go-blog-vscode-202006).* |