1

How can I get rid of this thing in the Editor? I never use it, yet it occupies valuable space on the screen:

enter image description here

Ruslan Plastun
  • 1,224
  • 2
  • 9
  • 25

1 Answers1

3

In VSCode, it is called the MiniMap, you can disable it by going to View->Show MiniMap and toggle it.

mimimap toggle

The settings.json way is to disable it by setting

"editor.minimap.enabled": false
tHeSiD
  • 2,771
  • 3
  • 22
  • 35