Skip to content
This repository was archived by the owner on Sep 24, 2021. It is now read-only.

Commit f1212ca

Browse files
committed
Update to 0.6.75
1 parent ef7b65f commit f1212ca

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.6.75 - 10th February, 2018
2+
13
## 0.6.74 - 8th February, 2018
24

35
* [Nikhil Raman (@cheesedosa)](https://github.com/cheesedosa)

Go-latest.vsix

147 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Go",
3-
"version": "0.6.74",
3+
"version": "0.6.75",
44
"publisher": "lukehoban",
55
"description": "Rich Go language support for Visual Studio Code",
66
"author": {

src/goMain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function activate(ctx: vscode.ExtensionContext): void {
5656
"data": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
5757
}
5858
*/
59-
sendTelemetryEvent('beta-testing', { version: '0.6.74', date: '01/31/2018' });
59+
// sendTelemetryEvent('beta-testing', { version: '0.6.75', date: '02/10/2018' });
6060

6161
let useLangServer = vscode.workspace.getConfiguration('go')['useLanguageServer'];
6262
let langServerFlags: string[] = vscode.workspace.getConfiguration('go')['languageServerFlags'] || [];

0 commit comments

Comments
 (0)