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.
1 parent 2c7811a commit 4a60c72Copy full SHA for 4a60c72
src/omnisharpDownload.ts
@@ -13,7 +13,7 @@ const Decompress = require('decompress');
13
const Github = require('github-releases');
14
15
const OmnisharpRepo = 'OmniSharp/omnisharp-roslyn';
16
-const OmnisharpVersion = 'v1.9-alpha3';
+const OmnisharpVersion = 'v1.9-alpha6';
17
const DefaultInstallLocation = path.join(__dirname, '../.omnisharp');
18
19
tmp.setGracefulCleanup();
0 commit comments