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,985
  • 3
  • 21
  • 48

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
  • 4,587
  • 4
  • 29
  • 49