Remove title bar

This commit is contained in:
Wilfried OLLIVIER 2022-05-04 07:39:41 +02:00
parent 4e8246ab5a
commit 8d58c75dbb

View file

@ -140,7 +140,7 @@
"editor.formatOnType": false, "editor.formatOnType": false,
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.suggestSelection": "first", "editor.suggestSelection": "first",
"editor.renderWhitespace": "boundary", "editor.renderWhitespace": "all",
"editor.renderControlCharacters": false, "editor.renderControlCharacters": false,
"editor.cursorSmoothCaretAnimation": true, "editor.cursorSmoothCaretAnimation": true,
"editor.smoothScrolling": true, "editor.smoothScrolling": true,
@ -148,6 +148,7 @@
"editor.minimap.enabled": false, "editor.minimap.enabled": false,
"editor.tabSize": 8, "editor.tabSize": 8,
"editor.cursorStyle": "line", "editor.cursorStyle": "line",
"window.menuBarVisibility": "toggle",
"zenMode.hideStatusBar": false, "zenMode.hideStatusBar": false,
"zenMode.hideTabs": false, "zenMode.hideTabs": false,
"zenMode.hideLineNumbers": false, "zenMode.hideLineNumbers": false,