You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'description': nls.localize('window.nativeTabs',"Enables macOS Sierra window tabs. Note that changes require a full restart to apply and that native tabs will disable a custom title bar style if configured."),
408
408
'included': isMacintosh&&parseFloat(os.release())>=16// Minimum: macOS Sierra (10.12.x = darwin 16.x)
409
+
},
410
+
'window.smoothScrollingWorkaround': {
411
+
'type': 'boolean',
412
+
'default': false,
413
+
'description': nls.localize('window.smoothScrollingWorkaround',"Enable this workaround if scrolling is no longer smooth after restoring a minimized VS Code window. This is a workaround for an issue (https://github.com/Microsoft/vscode/issues/13612) where scrolling starts to lag on devices with precision trackpads like the Surface devices from Microsoft. Enabling this workaround can result in a little bit of layout flickering after restoring the window from minimized state but is otherwise harmless."),
0 commit comments