We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8db5ffe + ccd0df7 commit 15e65ecCopy full SHA for 15e65ec
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "csharp",
3
"publisher": "ms-vscode",
4
- "version": "1.0.5-rc2",
+ "version": "1.0.6-rc2",
5
"description": "C# for Visual Studio Code (powered by OmniSharp).",
6
"displayName": "C#",
7
"author": "Microsoft Corporation",
src/omnisharpDownload.ts
@@ -14,7 +14,7 @@ const Decompress = require('decompress');
14
const Github = require('github-releases');
15
16
const OmnisharpRepo = 'OmniSharp/omnisharp-roslyn';
17
-const OmnisharpVersion = 'v1.9-alpha13';
+const OmnisharpVersion = 'v1.9-alpha14';
18
const DefaultInstallLocation = path.join(__dirname, '../.omnisharp');
19
20
tmp.setGracefulCleanup();
0 commit comments