diff --git a/settings.json b/settings.json index b3a732d..d9f4023 100644 --- a/settings.json +++ b/settings.json @@ -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,