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 5c0cf12 + 9c20029 commit e4f579cCopy full SHA for e4f579c
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-alpha6';
+const OmnisharpVersion = 'v1.9-alpha7';
17
const DefaultInstallLocation = path.join(__dirname, '../.omnisharp');
18
19
tmp.setGracefulCleanup();
0 commit comments