From 36f0b5815f4000db94797ca36741ae91411d9f55 Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Thu, 27 Feb 2020 16:53:44 -0800 Subject: [PATCH] Update latest version details for gopls --- src/goLanguageServer.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/goLanguageServer.ts b/src/goLanguageServer.ts index 57633269a..56cc72fff 100644 --- a/src/goLanguageServer.ts +++ b/src/goLanguageServer.ts @@ -376,8 +376,8 @@ function registerUsualProviders(ctx: vscode.ExtensionContext) { vscode.workspace.onDidChangeTextDocument(parseLiveFile, null, ctx.subscriptions); } -const defaultLatestVersion = semver.coerce('0.1.7'); -const defaultLatestVersionTime = moment('2019-09-18', 'YYYY-MM-DD'); +const defaultLatestVersion = semver.coerce('0.3.1'); +const defaultLatestVersionTime = moment('2020-02-04', 'YYYY-MM-DD'); async function shouldUpdateLanguageServer( tool: Tool, languageServerToolPath: string,