Skip to content

Commit 379a006

Browse files
Merge pull request #726 from DustinCampbell/fix-encoding
Specify '--encoding utf-8' when launching OmniSharp server
2 parents 077d758 + dc774dc commit 379a006

File tree

2 files changed

+568
-567
lines changed

2 files changed

+568
-567
lines changed

src/omnisharp/download.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {Logger} from './logger';
2424
const decompress = require('decompress');
2525

2626
const BaseDownloadUrl = 'https://omnisharpdownload.blob.core.windows.net/ext';
27-
const OmniSharpVersion = '1.9-beta13';
27+
const OmniSharpVersion = '1.9-beta14';
2828

2929
tmp.setGracefulCleanup();
3030

0 commit comments

Comments
 (0)