Skip to content

Commit 65b5587

Browse files
committed
code: disable title bar
1 parent 66b5e03 commit 65b5587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.config/code/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"terminal.integrated.macOptionIsMeta": true, // TODO: not working?
3131
"terminal.integrated.shellIntegration.enabled": false,
3232
"terminal.integrated.suggest.enabled": false,
33+
"window.customTitleBarVisibility": "never",
3334
"window.nativeTabs": true,
3435
"workbench.colorTheme": "One Dark Pro",
3536
"workbench.iconTheme": "vs-seti",

0 commit comments

Comments
 (0)