Posts

Showing posts from October, 2019

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