From 4a60c72e276ba18565ca21348ec20adbf6296006 Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Thu, 24 Mar 2016 10:30:16 -0700 Subject: [PATCH] Update to OmniSharp v1.9-alpha6 This is necessary to take advantage of additional information provided by the DotNetProjectSystem. --- src/omnisharpDownload.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omnisharpDownload.ts b/src/omnisharpDownload.ts index 0484dad77c..1bbf48e9ef 100644 --- a/src/omnisharpDownload.ts +++ b/src/omnisharpDownload.ts @@ -13,7 +13,7 @@ const Decompress = require('decompress'); const Github = require('github-releases'); const OmnisharpRepo = 'OmniSharp/omnisharp-roslyn'; -const OmnisharpVersion = 'v1.9-alpha3'; +const OmnisharpVersion = 'v1.9-alpha6'; const DefaultInstallLocation = path.join(__dirname, '../.omnisharp'); tmp.setGracefulCleanup();