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 0726433 + b7456ce commit ea7c44aCopy full SHA for ea7c44a
src/omnisharp/download.ts
@@ -24,7 +24,7 @@ import {Logger} from './logger';
24
const decompress = require('decompress');
25
26
const BaseDownloadUrl = 'https://omnisharpdownload.blob.core.windows.net/ext';
27
-const OmniSharpVersion = '1.9-beta16';
+const OmniSharpVersion = '1.9-beta18';
28
29
tmp.setGracefulCleanup();
30
0 commit comments