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
Copy file name to clipboardExpand all lines: src/vs/workbench/electron-sandbox/desktop.contribution.ts
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -222,13 +222,6 @@ import { applicationConfigurationNodeBase } from 'vs/workbench/common/configurat
222
222
'scope': ConfigurationScope.APPLICATION,
223
223
'description': localize('titleBarStyle',"Adjust the appearance of the window title bar. On Linux and Windows, this setting also affects the application and context menu appearances. Changes require a full restart to apply.")
'description': localize('windowControlsOverlay',"Use window controls provided by the platform instead of our HTML-based window controls. Changes require a full restart to apply."),
230
-
'included': isWindows
231
-
},
232
225
'window.experimental.nativeContextMenuLocation': {// TODO@bpasero remove me eventually
0 commit comments