mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 14:01:38 +01:00
electron 3.0.x: remove window.smoothScrollingWorkaround setting
This commit is contained in:
@@ -151,7 +151,6 @@ function onReady() {
|
||||
function configureCommandlineSwitches(cliArgs, nodeCachedDataDir) {
|
||||
|
||||
// Force pre-Chrome-60 color profile handling (for https://github.com/Microsoft/vscode/issues/51791)
|
||||
// TODO@Ben check if future versions of Electron still support this flag
|
||||
app.commandLine.appendSwitch('disable-features', 'ColorCorrectRendering');
|
||||
|
||||
// Support JS Flags
|
||||
|
||||
Reference in New Issue
Block a user