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 077d758 + dc774dc commit 379a006Copy full SHA for 379a006
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-beta13';
+const OmniSharpVersion = '1.9-beta14';
28
29
tmp.setGracefulCleanup();
30
0 commit comments