Skip to content

Instantly share code, notes, and snippets.

@ans-4175
Created June 22, 2018 01:07
Show Gist options
  • Save ans-4175/f516565929580b9a5546988ea8ccd877 to your computer and use it in GitHub Desktop.
Save ans-4175/f516565929580b9a5546988ea8ccd877 to your computer and use it in GitHub Desktop.
Personal vscode user's setting
{
"editor.fontSize": 12,
"window.zoomLevel": 0,
"window.menuBarVisibility": "toggle",
"workbench.colorCustomizations": {
"statusBar.background": "#34353a"
},
"window.restoreFullscreen": true,
"window.newWindowDimensions": "fullscreen"
// "window.newWindowDimensions": "maximized"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment