Skip to content

Commit cc0f81c

Browse files
Update to OmniSharp v1.9-beta13
1 parent 259da60 commit cc0f81c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

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

src/omnisharp/download.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {getProxyAgent} from '../proxy';
2323
const decompress = require('decompress');
2424

2525
const BaseDownloadUrl = 'https://omnisharpdownload.blob.core.windows.net/ext';
26-
const OmniSharpVersion = '1.9-beta12';
26+
const OmniSharpVersion = '1.9-beta13';
2727

2828
tmp.setGracefulCleanup();
2929

0 commit comments

Comments
 (0)