How to Display VS Code output window to side rather than below

32,055

Solution 1

I don't believe you can detach/move the output windows in Visual Studio Code. You can move the side bar to the left/right side, but that's it. There is no config option, sorry.

You could try posting a feature request on the GitHub page: https://github.com/Microsoft/vscode

EDIT: This was changed in VS Code 0.10.8, it was once on the side but was moved to the bottom. See this GitHub issue: https://github.com/Microsoft/vscode/issues/2806

Solution 2

vs code snapshot

as of version 1.51.1 right click in the right corner on the output panel. then select option 'move panel right'

Solution 3

This feature is not available yet in VS Code. However as of today (March 30, 2017) it's on 6 months roadmap so it should be done in a near feature.

Solution 4

Just follow the steps mentioned:

In Visual Studio Code -

View Tab > Appearance > Toggle Panel Position

That's it.

Solution 5

This feature is available from version 1.18.0+

Simply click this icon to dock to the right:

enter image description here

Share:
32,055

Related videos on Youtube

Stewart_R
Author by

Stewart_R

I use Python, TensorFlow, BigQuery and GCP Cloud DataFlow for Machine Learning, data analytics & data engineering work. Also have some more limited experience in F#. Develop web applications with C#, .NET, Entity Framework, & MVC. Front-end work usually done with Angular and Typescript. Google Certified Professional Data Engineer. Outside of work I love Project Euler and, more generally, to play around with puzzles.

Updated on February 09, 2021

Comments

  • Stewart_R
    Stewart_R about 3 years

    In my VS Code set up I see the output/FSI frame below the main text editor pane like this:

    enter image description here

    whereas I would love it to appear to the right in the side-by-side view like it does on the images in this link: http://www.wintellect.com/devcenter/jwood/a-quick-look-at-f-in-visual-studio-code

    Is there a config option I cannot find somewhere?

    I tried Googling but drew a blank and cannot see anything obvious in the config options mentioned on the vs code site page describing the config options

    • Supra_01
      Supra_01 over 6 years
      Just got added. You can view the pull request on github. This feature is available on VS code insiders now.
  • Stewart_R
    Stewart_R about 8 years
    Thanks for responding. I couldn't find any config option either but, looking at the screengrabs on the blog, this guy seems to have done it: wintellect.com/devcenter/jwood/…
  • Tobiah Zarlez
    Tobiah Zarlez about 8 years
    I believe in an older, previous version of Visual Studio Code the output window was on the right side. But it was moved at some point to be the bottom. - Edited with version it changed
  • Roy Tinker
    Roy Tinker about 6 years
    Floating window support (to detach/move a tab to a separate window) is still a pending feature request: github.com/Microsoft/vscode/issues/10121
  • Hamed Baziyad
    Hamed Baziyad almost 4 years
    please, explain more.
  • Nick Perkins
    Nick Perkins over 3 years
    yes, but you right-click on the tab bar itself, not where the arrow is pointing ( the arrow is backwards )