Skip to content

Commit 15e65ec

Browse files
Merge pull request #319 from DustinCampbell/update-omnisharp
Update to latest OmniSharp build
2 parents 8db5ffe + ccd0df7 commit 15e65ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.0.5-rc2",
4+
"version": "1.0.6-rc2",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

src/omnisharpDownload.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const Decompress = require('decompress');
1414
const Github = require('github-releases');
1515

1616
const OmnisharpRepo = 'OmniSharp/omnisharp-roslyn';
17-
const OmnisharpVersion = 'v1.9-alpha13';
17+
const OmnisharpVersion = 'v1.9-alpha14';
1818
const DefaultInstallLocation = path.join(__dirname, '../.omnisharp');
1919

2020
tmp.setGracefulCleanup();

0 commit comments

Comments
 (0)