File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " csharp" ,
33 "publisher" : " ms-vscode" ,
4- "version" : " 1.1.6 " ,
4+ "version" : " 1.1.7 " ,
55 "description" : " C# for Visual Studio Code (powered by OmniSharp)." ,
66 "displayName" : " C#" ,
77 "author" : " Microsoft Corporation" ,
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ import {getProxyAgent} from './proxy';
1616
1717const decompress = require ( 'decompress' ) ;
1818
19- const BaseDownloadUrl = 'https://vscodeoscon .blob.core.windows.net/ext' ;
19+ const BaseDownloadUrl = 'https://omnisharpdownload .blob.core.windows.net/ext' ;
2020const DefaultInstallLocation = path . join ( __dirname , '../.omnisharp' ) ;
21- export const OmniSharpVersion = '1.9-beta5 ' ;
21+ export const OmniSharpVersion = '1.9-beta10 ' ;
2222
2323tmp . setGracefulCleanup ( ) ;
2424
You can’t perform that action at this time.
0 commit comments