Go-0.6.79-beta.4
This commit is contained in:
Родитель
05ef216485
Коммит
913abf2643
Двоичные данные
Go-latest.vsix
Двоичные данные
Go-latest.vsix
Двоичный файл не отображается.
|
@ -36,7 +36,7 @@ This extension adds rich language support for the Go language to VS Code, includ
|
|||
|
||||
## How to use this extension?
|
||||
|
||||
Install and open [Visual Studio Code](https://code.visualstudio.com). Press `Ctrl+Shift+X` or `Cmd+Shift+X` to open the Extensions pane. Find and install the Go extension. You can also install the extension from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go). Open any `.go` file in VS Code. The extension is now activated.
|
||||
Install and open [Visual Studio Code](https://code.visualstudio.com). Press `Ctrl+Shift+X` or `Cmd+Shift+X` to open the Extensions pane. Find and install the Go extension. You can also install the extension from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go). Open any `.go` file in VS Code. The extension is now activated.
|
||||
|
||||
This extension uses a set of Go tools to provide the various rich features. These tools are installed in your GOPATH by default. If you wish to have these tools in a separate location, provide the desired location in the setting `go.toolsGopath`. Read more about this and the tools at [Go tools that the Go extension depends on](https://github.com/Microsoft/vscode-go/wiki/Go-tools-that-the-Go-extension-depends-on).
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Go",
|
||||
"version": "0.6.79-beta.3",
|
||||
"version": "0.6.79-beta.4",
|
||||
"publisher": "ms-vscode",
|
||||
"description": "Rich Go language support for Visual Studio Code",
|
||||
"author": {
|
||||
|
|
|
@ -13,7 +13,7 @@ import os = require('os');
|
|||
import { outputChannel } from './goStatus';
|
||||
import { errorDiagnosticCollection, warningDiagnosticCollection } from './goMain';
|
||||
|
||||
const extensionId: string = 'lukehoban.Go';
|
||||
const extensionId: string = 'ms-vscode.Go';
|
||||
const extensionVersion: string = vscode.extensions.getExtension(extensionId).packageJSON.version;
|
||||
const aiKey: string = 'AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217';
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче