Skip to content

Commit

Permalink
remove experimental features flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Jun 8, 2018
1 parent 8647b7c commit 56a299f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vs/code/electron-main/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ export class CodeWindow implements ICodeWindow {
title: product.nameLong,
webPreferences: {
'backgroundThrottling': false, // by default if Code is in the background, intervals and timeouts get throttled,
disableBlinkFeatures: 'Auxclick', // disable auxclick events (see https://developers.google.com/web/updates/2016/10/auxclick)
experimentalFeatures: true
disableBlinkFeatures: 'Auxclick' // disable auxclick events (see https://developers.google.com/web/updates/2016/10/auxclick)
}
};

Expand Down

0 comments on commit 56a299f

Please sign in to comment.