Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code SQL results dock to bottom

I'm trying to dock the SQL queries results to bottom in VS Code, as we see at SSMS. In old versions of VS Code I could do it, but I don't know what happened. The results can be moved only to left/right of window now, and the results view are awful in this way.

I want to make the VS Code SQL results disposed like this:

But I have only this on VS Code:

enter image description here

Any help will be appreciated.

like image 224
Matheus Gelinski Avatar asked Jul 04 '17 12:07

Matheus Gelinski


People also ask

How do you display VS code output?

To display the Output window whenever you build a project, in the Options dialog box, on the Projects and Solutions > General page, select Show Output window when build starts.

How do I change the code layout in Visual Studio?

Select File > Preferences > Settings (or press Ctrl+,) to edit the user settings. json file. To edit workspace settings, select the WORKSPACE SETTINGS tab to edit the workspace settings.


1 Answers

Go to View -> Toggle Editor Group Layout

https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-develop-use-vscode

like image 194
Deven Shah Avatar answered Oct 04 '22 03:10

Deven Shah