(Oct-07-2019, 05:45 AM)buran Wrote: [ -> ]collapsing Explorer, probably hiding activity bar and mini map and going into Full screen mode would yield more real estate than the zen mode
The screen shot submitted in my previous post represents maximized state of editor window, after taking all the steps recommended by you.
It would be seen that centrally placed editor window is narrower than the blue colored task bar (seen at bottom), leaving unused blank space on either side.
Contents of settings.json file are placed below, for ready reference:
{
"workbench.colorTheme": "Visual Studio Light",
"editor.fontSize": 18,
"editor.fontFamily": "Fira Code",
"editor.wordWrap": "on",
"editor.autoClosingBrackets": "never",
"editor.autoClosingQuotes": "never",
"editor.defaultFormatter": "ms-python.python",
"editor.mouseWheelZoom": true,
"editor.wrappingIndent": "indent",
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"workbench.activityBar.visible": false,
"breadcrumbs.enabled": false,
"zenMode.hideLineNumbers": false,
"python.jediEnabled": false,
"python.linting.lintOnSave": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"zenMode.restore": true,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"terminal.integrated.rendererType": "dom",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.fontSize": 18,
"terminal.integrated.fontFamily": "Times New Roman",
"terminal.integrated.rightClickBehavior": "default",
"window.zoomLevel": 1,
"code-runner.clearPreviousOutput": true,
"code-runner.defaultLanguage": "python",
"code-runner.runInTerminal": false,
"code-runner.preserveFocus": false,
"window.autoDetectHighContrast": false,
"window.restoreFullscreen": true,
"window.restoreWindows": "none",
"window.newWindowDimensions": "maximized",
"window.openFilesInNewWindow":"off",
"window.openFoldersInNewWindow":"off",
"terminal.explorerKind":"integrated",
"kite.showWelcomeNotificationOnStartup": false,
"python.pythonPath": "C:\\Program Files\\Python37\\python.exe",
"workbench.editor.enablePreview":false,
"workbench.editor.enablePreviewFromQuickOpen":false
}