3

On bigger monitors, I am going to experiment with using the integrated terminal on the right side instead of at the bottom, as pictured:

enter image description here

My question is, how can I remove the preview/overview panel here:

enter image description here

Apologies on the Rorschach test implicit in the question.

Alexander Mills
  • 90,741
  • 139
  • 482
  • 817
  • If you know the name of the panel, that would be a good start – Alexander Mills Nov 21 '17 at 01:41
  • 1
    Possible duplicate of [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) – Alex Nov 21 '17 at 11:35

1 Answers1

3

That is the minimap

Disable it by setting: "editor.minimap.enabled": false

Matt Bierner
  • 58,117
  • 21
  • 175
  • 206