Skip to content

Commit 5c0cf12

Browse files
Merge pull request #129 from DustinCampbell/update-omnisharp
Update to OmniSharp v1.9-alpha6
2 parents 2c7811a + 4a60c72 commit 5c0cf12

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-alpha3';
16+
const OmnisharpVersion = 'v1.9-alpha6';
1717
const DefaultInstallLocation = path.join(__dirname, '../.omnisharp');
1818

1919
tmp.setGracefulCleanup();

0 commit comments

Comments
 (0)