We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 259da60 + cc0f81c commit 41be44aCopy full SHA for 41be44a
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "csharp",
3
"publisher": "ms-vscode",
4
- "version": "1.4.0-beta2",
+ "version": "1.4.0-beta3",
5
"description": "C# for Visual Studio Code (powered by OmniSharp).",
6
"displayName": "C#",
7
"author": "Microsoft Corporation",
src/omnisharp/download.ts
@@ -23,7 +23,7 @@ import {getProxyAgent} from '../proxy';
23
const decompress = require('decompress');
24
25
const BaseDownloadUrl = 'https://omnisharpdownload.blob.core.windows.net/ext';
26
-const OmniSharpVersion = '1.9-beta12';
+const OmniSharpVersion = '1.9-beta13';
27
28
tmp.setGracefulCleanup();
29
0 commit comments