Skip to content

Commit 5c71d94

Browse files
Merge pull request #462 from DustinCampbell/new-omnisharp-with-msbuild-support
Update to latest version of OmniSharp, which includes MSBuild support for OSX/Linux
2 parents cfd6a86 + 56bdefa commit 5c71d94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1.6",
4+
"version": "1.1.7",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

src/omnisharpDownload.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import {getProxyAgent} from './proxy';
1616

1717
const decompress = require('decompress');
1818

19-
const BaseDownloadUrl = 'https://vscodeoscon.blob.core.windows.net/ext';
19+
const BaseDownloadUrl = 'https://omnisharpdownload.blob.core.windows.net/ext';
2020
const DefaultInstallLocation = path.join(__dirname, '../.omnisharp');
21-
export const OmniSharpVersion = '1.9-beta5';
21+
export const OmniSharpVersion = '1.9-beta10';
2222

2323
tmp.setGracefulCleanup();
2424

0 commit comments

Comments
 (0)