1

I have been trying to get the old default view window in order to edit code.

VS Screen

How can I remove this extra space marked in red?

Gino Mempin
  • 25,369
  • 29
  • 96
  • 135
  • Are you referring to the [minimap](https://code.visualstudio.com/docs/getstarted/userinterface#_minimap)? – Gino Mempin May 04 '22 at 08:28
  • 1
    Does this answer your question? [Removing the file preview on the right side of the editor in VS Code](https://stackoverflow.com/questions/44774709/removing-the-file-preview-on-the-right-side-of-the-editor-in-vs-code) – Gino Mempin May 04 '22 at 08:31

2 Answers2

1

enter image description here

Click1: Menu

Click2: View

Click3: Appearance

Click4: Centered Layout

Untick: Show Minimap

Darshan P.
  • 192
  • 1
  • 9
0

It's called a Minimap and you can disable it under View > Show Minimap

street
  • 39
  • 2