Scott Woodall
Scott Woodall

Reputation: 10676

Visual Studio Code Preference

There is a small preview window (right hand side) in Visual Studio Code that I would like to hide. After searching around I haven't found anything and not sure what the name of this feature is.

Is there a setting to turn this off?

enter image description here

Upvotes: 1

Views: 174

Answers (1)

blairmeister
blairmeister

Reputation: 915

It is outlined in the documentation

https://code.visualstudio.com/docs/getstarted/settings

https://code.visualstudio.com/docs/getstarted/userinterface

You must go to your user or workspace settings and set

"editor.minimap.enabled": false

Upvotes: 2

Related Questions