Skip to content

Commit

Permalink
Update Go extension publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Van Liew committed May 4, 2018
1 parent b4e38ec commit 001a171
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/editor/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ One of the key features of Visual Studio Code is its great debugging support. VS

VS Code has built-in debugging support for the [Node.js](https://nodejs.org/) runtime and can debug JavaScript, TypeScript, and any other language that gets transpiled to JavaScript.

For debugging other languages and runtimes (including [PHP](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug), [Ruby](https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby), [Go](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go), [C#](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp), [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python), [C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools), [Powershell](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) and [many others](https://marketplace.visualstudio.com/search?term=debug&target=VSCode&category=Debuggers&sortBy=Relevance)), look for `Debuggers` [extensions](/docs/editor/extension-gallery.md) in our VS Code [Marketplace](https://marketplace.visualstudio.com/vscode/Debuggers) or click on **Install Additional Debuggers...** in the top level Debug menu.
For debugging other languages and runtimes (including [PHP](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug), [Ruby](https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby), [Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go), [C#](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp), [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python), [C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools), [Powershell](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) and [many others](https://marketplace.visualstudio.com/search?term=debug&target=VSCode&category=Debuggers&sortBy=Relevance)), look for `Debuggers` [extensions](/docs/editor/extension-gallery.md) in our VS Code [Marketplace](https://marketplace.visualstudio.com/vscode/Debuggers) or click on **Install Additional Debuggers...** in the top level Debug menu.

Below are several popular extensions which include debugging support:

Expand Down
2 changes: 1 addition & 1 deletion docs/extensions/publish-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ For example, imagine that the latest Stable version of VS Code is `1.8.0` and th

### Marketplace integration

You can customize how your extension looks in the Visual Studio Marketplace. See the [Go extension](https://marketplace.visualstudio.com/items/lukehoban.Go) for an example.
You can customize how your extension looks in the Visual Studio Marketplace. See the [Go extension](https://marketplace.visualstudio.com/items/ms-vscode.Go) for an example.

Here are some tips for making your extension look great on the Marketplace:

Expand Down
4 changes: 2 additions & 2 deletions docs/languages/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Using the Go extension for Visual Studio Code, you get language features like In

![go extension banner](images/go/go-extension.png)

You can install the Go extension from the VS Code [Marketplace](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go).
You can install the Go extension from the VS Code [Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go).

## IntelliSense

Expand Down Expand Up @@ -103,7 +103,7 @@ The Go extension lets you debug Go code as well. You will need to install the [D

## Next Steps

This has been a brief overview showing the Go extension features within VS Code. For more information, see the details provided in the Go extension [README](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go).
This has been a brief overview showing the Go extension features within VS Code. For more information, see the details provided in the Go extension [README](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go).

To stay up to date on the latest features/bug fixes for the Go extension, see the [CHANGELOG](https://github.com/Microsoft/vscode-go/blob/master/CHANGELOG.md).

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_10.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ These are the [closed bugs](https://github.com/Microsoft/vscode/issues?q=is%3Ais

Our team maintains or contributes to a number of VS Code extensions. Most notably:

* [Go](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go)
* [Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go)
* [TSLint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint)
* [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
* [Docker](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker)
Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_11.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ These are the [closed bugs](https://github.com/Microsoft/vscode/issues?q=is%3Ais

Our team maintains or contributes to a number of VS Code extensions. Most notably:

* [Go](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go)
* [Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go)
* [TSLint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint)
* [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
* [Docker](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker)
Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_12.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ These are the [closed bugs](https://github.com/Microsoft/vscode/issues?q=is%3Ais

Our team maintains or contributes to a number of VS Code extensions. Most notably:

* [Go](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go)
* [Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go)
* [TSLint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) : We contributed to the [tslint language server plugin](https://github.com/angelozerr/tslint-language-service) and there is now a [preview](https://github.com/angelozerr/tslint-language-service#vscode) available to try out for VS Code.
* [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
* [Docker](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker)
Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_16.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ In addition, the following Microsoft extensions have been updated:

* [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
* [TSLint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint)
* [Go](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go)
* [Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go)

As mentioned [above](#multi-root-workspace-tips-for-extension-authors), there is an multi-root workspace [guide](https://github.com/Microsoft/vscode/wiki/Extension-Authoring:-Adopting-Multi-Root-Workspace-APIs) to help you update your own extensions.

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_6.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ These are the [closed bugs](https://github.com/Microsoft/vscode/issues?q=is%3Ais

Our team maintains or contributes to a number of VS Code extensions. Most notably:

* [Go](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go)
* [Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go)
* [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
* [TSLint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint)
* [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_7.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ These are the [closed bugs](https://github.com/Microsoft/vscode/issues?q=is%3Ais

Our team maintains or contributes to a number of VS Code extensions. Most notably:

* [Go](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go)
* [Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go)
* [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
* [TSLint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint)
* [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_8.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ These are the [closed bugs](https://github.com/Microsoft/vscode/issues?q=is%3Ais

Our team maintains or contributes to a number of VS Code extensions. Most notably:

* [Go](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go)
* [Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go)
* [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
* [TSLint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint)
* [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_9.md
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ These are the [closed bugs](https://github.com/Microsoft/vscode/issues?q=is%3Ais

Our team maintains or contributes to a number of VS Code extensions. Most notably:

* [Go](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go)
* [Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go)
* [TSLint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint)
* [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
* [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)
Expand Down

0 comments on commit 001a171

Please sign in to comment.