File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11disturl "https://atom.io/download/electron"
2- target "2.0.5 "
2+ target "2.0.7 "
33runtime "electron"
Original file line number Diff line number Diff line change 5151},
5252{
5353 "name" : " electron" ,
54- "version" : " 2.0.5 " ,
54+ "version" : " 2.0.7 " ,
5555 "license" : " MIT" ,
5656 "repositoryURL" : " https://github.com/electron/electron" ,
5757 "isProd" : true
Original file line number Diff line number Diff line change @@ -81,9 +81,8 @@ const app = require('electron').app;
8181// TODO@Ben Electron 2.0.x: prevent localStorage migration from SQLite to LevelDB due to issues
8282app . commandLine . appendSwitch ( 'disable-mojo-local-storage' ) ;
8383
84- // TODO@Ben Electron 2.0.x: force srgb color profile (for https://github.com/Microsoft/vscode/issues/51791)
85- // This also seems to fix: https://github.com/Microsoft/vscode/issues/48043
86- app . commandLine . appendSwitch ( 'force-color-profile' , 'srgb' ) ;
84+ // Force pre-Chrome-60 color profile handling (for https://github.com/Microsoft/vscode/issues/51791)
85+ app . commandLine . appendSwitch ( 'disable-features' , 'ColorCorrectRendering' ) ;
8786
8887const minimist = require ( 'minimist' ) ;
8988const paths = require ( './paths' ) ;
You can’t perform that action at this time.
0 commit comments