Reputation: 10676
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?
Upvotes: 1
Views: 174
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