Home > database >  How to make the 'scroll' screen smaller or hide/show in VS Code
How to make the 'scroll' screen smaller or hide/show in VS Code

Time:12-04

I have been investigating how to make smaller or hide/show this screen on VS Code:

enter image description here

But I did not find information or resources about how to do it. I am using my monitor vertically to code and I would like to hide that screen or make it smaller in order to have a better vision of my code.

Any ideas about how to do it? Also, I found how to hide the activity bar, but I am still wondering if there is a way to modify that screen.

CodePudding user response:

Ctrl Shift P and write "toggle minimap", hit enter and it'll get rid of it. Not sure if you can make it smaller, but you can completely get rid of it with the above method.

  • Related