Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Turn off right panel magnifier (VScode)

How do you turn off the right panel that shows the full code? The app updated and added that right panel that shows the full length of the code. There's no option to turn it out.

enter image description here

like image 392
Gregory Schultz Avatar asked Sep 01 '25 05:09

Gregory Schultz


1 Answers

settings.json >>

"editor.minimap.enabled": false
like image 68
Alex Avatar answered Sep 02 '25 19:09

Alex