Sindhu S
Sindhu S

Reputation: 1012

how to keep terminal, debug console and output screens in simultaneous view in visual studio code?

I would like to keep "Terminal", "Debug Console" and "Output" screens in view at the same time (split view) in Visual Studio Code.

Someone has asked a similar question before here

Upvotes: 15

Views: 4667

Answers (1)

Byron
Byron

Reputation: 771

Holding the mouse over Output tab name for ex. and dragging to either the left or right to the area of the other panels the Output will snap into place.

enter image description here

Upvotes: 24

Related Questions