mtxr / vscode-sqltools

Database management for VSCode

Home Page:https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Setting to Hide Results Pane Status Bar

fuzl-llc opened this issue · comments

Is your feature request related to a problem? Please describe.
I like to have every possible bit of vertical space on my monitor available for writing my query and seeing the results. When I run a query there is a little statusbar-like panel on the bottom that has "Console," "Re-run Query," "Export," and "Open" buttons on the left, as well as an indication of the number of results on the right (e.g. "1-16 of 16"). It takes up about the same amount of vertical space as two rows of data results and I'd rather be able to see those data rows. I only use keyboard shortcuts so these buttons are basically useless for me but take away very useful data rows.

Describe the solution you'd like
Please add a setting that lets us disable that status bar so we can get the most possible vertical space for query results.