Change Visual Studio Code Explorer Size


Change Visual Studio Code Explorer Size



Go to FILE =>
Preferences =>
Settings =>
 Find "Workbranch" under User Tab =>
Find "Edit in Setting.json" 

{
    "workbench.colorTheme""Monokai",
    "editor.fontSize"13,
    "window.zoomLevel"1
}

window.zoomlevel for solution explorer Size
editor.fontsize for editor font size

Change according to your need






Thanks




content reference link:  https://code.visualstudio.com/docs/getstarted/settings

Comments

Popular posts from this blog

Calculate Mortgage in c# using console application

Calculate simple interst using c sharp in console application