Remove title bar

This commit is contained in:
Wilfried OLLIVIER 2022-05-04 07:39:41 +02:00
parent 4e8246ab5a
commit 8d58c75dbb
1 changed files with 2 additions and 1 deletions

View File

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