Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AmrMekkawy/827ba127ffd50262c575b8d8f52dd30e to your computer and use it in GitHub Desktop.
Save AmrMekkawy/827ba127ffd50262c575b8d8f52dd30e to your computer and use it in GitHub Desktop.
My custom settings for the open source "Visual Studio Code" editor https://code.visualstudio.com
{
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"window.zoomLevel": 0,
"editor.fontSize": 15,
"editor.renderLineHighlight": "all",
"workbench.colorTheme": "One Monokai",
"workbench.activityBar.visible": true,
"window.menuBarVisibility": "toggle",
"editor.minimap.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment