Skip to content

Commit e4f579c

Browse files
Merge pull request #130 from DustinCampbell/update-omnisharp
Update to OmniSharp v1.9-alpha7
2 parents 5c0cf12 + 9c20029 commit e4f579c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/omnisharpDownload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const Decompress = require('decompress');
1313
const Github = require('github-releases');
1414

1515
const OmnisharpRepo = 'OmniSharp/omnisharp-roslyn';
16-
const OmnisharpVersion = 'v1.9-alpha6';
16+
const OmnisharpVersion = 'v1.9-alpha7';
1717
const DefaultInstallLocation = path.join(__dirname, '../.omnisharp');
1818

1919
tmp.setGracefulCleanup();

0 commit comments

Comments
 (0)