Clarify custom title bar style setting description (#203336)

fix #203290
This commit is contained in:
Benjamin Simmonds 2024-01-24 15:03:59 +01:00 committed by GitHub
parent c9040d0567
commit 25af41dbb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -245,7 +245,7 @@ import { MAX_ZOOM_LEVEL, MIN_ZOOM_LEVEL } from 'vs/platform/window/electron-sand
],
'default': isLinux ? 'never' : 'auto',
'scope': ConfigurationScope.APPLICATION,
'description': localize('window.customTitleBarVisibility', "Adjust when the custom title bar should be shown."),
'markdownDescription': localize('window.customTitleBarVisibility', "Adjust when the custom title bar should be shown. The custom title bar can be hidden when in full screen mode with `windowed`. The custom title bar can only be hidden in none full screen mode with `never` when `#window.titleBarStyle#` is set to `native`."),
},
'window.dialogStyle': {
'type': 'string',