mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(settings): update window settings
- Adjusted window settings to clarify dependencies between nativeTabs and fullscreen modes.
This commit is contained in:
@@ -30,9 +30,14 @@
|
||||
//
|
||||
"window.commandCenter": true,
|
||||
"window.customTitleBarVisibility": "auto",
|
||||
"window.nativeFullScreen": false, // Does not work with nativeTabs enabled.
|
||||
"window.nativeTabs": true,
|
||||
"window.title": "${rootName}${separator}${profileName}",
|
||||
// Enabling nativeTabs prevents custom title bar styling, and non-native
|
||||
// fullscreen modes.
|
||||
"window.nativeTabs": true,
|
||||
// Requires nativeTabs to be disabled.
|
||||
"window.nativeFullScreen": false,
|
||||
// Requires nativeTabs to be disabled, and nativeFullScreen to be enabled.
|
||||
"window.titleBarStyle": "custom",
|
||||
//
|
||||
// ===========================================================================
|
||||
// MARK: Workbench
|
||||
|
||||
Reference in New Issue
Block a user