Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Update vsix for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Jan 9, 2018
1 parent f898b2c commit 9c70064
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Go-latest.vsix
Binary file not shown.
2 changes: 1 addition & 1 deletion src/goMain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function activate(ctx: vscode.ExtensionContext): void {
"data": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
// sendTelemetryEvent('beta-testing', { version: '0.6.71', date: '01/04/2018' });
sendTelemetryEvent('beta-testing', { version: '0.6.72', date: '01/09/2018' });

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

0 comments on commit 9c70064

Please sign in to comment.