vscode: Enable title bar

This commit is contained in:
SebastianStork 2025-11-07 11:20:01 +01:00
parent 6cea24fc06
commit 0aa59826e0
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI

View file

@ -54,9 +54,7 @@
"explorer.confirmDragAndDrop" = false;
"files.autoSave" = "afterDelay";
"update.mode" = "none";
"window.menuBarVisibility" = "toggle";
"window.titleBarStyle" = "native";
"window.customTitleBarVisibility" = "never";
"window.titleBarStyle" = "custom";
"git.autofetch" = true;
"git.confirmSync" = false;
"git.suggestSmartCommit" = false;